Skip to content

Commit c532395

Browse files
authored
Merge pull request #27 from PickNikRobotics/dsobek-patch-1
Adjust yaml lint to allow for different sequence indent options
2 parents efe21d7 + 22c3b6b commit c532395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repos:
5757
[
5858
"--no-warnings",
5959
"--config-data",
60-
"{extends: default, rules: {line-length: disable, braces: {max-spaces-inside: 1}}}",
60+
"{extends: default, rules: {line-length: disable, braces: {max-spaces-inside: 1}, indentation: {spaces: consistent, indent-sequences: whatever}}}",
6161
]
6262
types: [text]
6363
files: \.(yml|yaml)$

0 commit comments

Comments
 (0)