Skip to content

Commit 0133eac

Browse files
committed
scripts(yaml_linter): disable comments-indentation and line-length rules
Signed-off-by: SorinO <sorin.olari2@gmail.com>
1 parent f60782c commit 0133eac

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

scripts/yml_linter_rules.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
extends: default
77

88
rules:
9-
line-length:
10-
max: 150
11-
level: warning
9+
line-length: disable
1210
indentation:
1311
spaces: 2
1412
document-start: disable
@@ -18,3 +16,4 @@ rules:
1816
empty-lines:
1917
max: 1
2018
truthy: {check-keys: false}
19+
comments-indentation: disable

0 commit comments

Comments
 (0)