fix: remove extra ignore section from yamllint config
Standardize .yamllint configuration to match all other ansible roles by removing the custom ignore section for .gitlab/*
This commit is contained in:
parent
fe69804b6d
commit
16b9b2bf62
1 changed files with 0 additions and 3 deletions
|
|
@ -1,9 +1,6 @@
|
||||||
---
|
---
|
||||||
extends: 'default'
|
extends: 'default'
|
||||||
|
|
||||||
ignore:
|
|
||||||
- ".gitlab/*"
|
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
braces:
|
braces:
|
||||||
max-spaces-inside: 1
|
max-spaces-inside: 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue