Skip to content

Commit 4dc37c5

Browse files
authored
Merge pull request #5 from rackerchris/more-testing
feat: testing yamllint
2 parents e1f3810 + ce9acd0 commit 4dc37c5

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,19 @@ repos:
6363
stages:
6464
- manual
6565
args:
66-
- >-
67-
-d {extends: default, rules: {line-length: {disable: true}, indentation: {spaces: 2}}, ignore: [submodules/]}
66+
- -d
67+
- |
68+
{
69+
extends: default,
70+
rules: {
71+
line-length: {
72+
disable: true
73+
},
74+
indentation: {
75+
spaces: 2
76+
}
77+
}, ignore: [submodules/]
78+
}
6879
- repo: https://github.com/ansible-community/ansible-lint
6980
rev: v24.9.2
7081
hooks:

brew.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Bad: Inconsistent indentation
2+
parent:
3+
child1: value1
4+
child2: value2 # Incorrect indentation for child2

0 commit comments

Comments
 (0)