Skip to content

Commit f629788

Browse files
committed
add lint config for ansible
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 4a362f1 commit f629788

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
skip_list: []
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
extends: default
3+
4+
rules:
5+
braces:
6+
max-spaces-inside: 1
7+
level: error
8+
brackets:
9+
max-spaces-inside: 1
10+
level: error
11+
line-length:
12+
max: 120
13+
level: warning
14+
truthy:
15+
level: warning

0 commit comments

Comments
 (0)