Fix: Update gradle job for build and publish
[releng/global-jjb.git] / .yamllint
1 ---
2 # SPDX-License-Identifier: EPL-1.0
3 # SPDX-FileCopyrightText: 2017 The Linux Foundation
4 extends: default
5
6 rules:
7   empty-lines:
8     max-end: 1
9   line-length:
10     max: 120
11   comments:
12     # prettier forces 1 space comment separator
13     min-spaces-from-content: 1