Fix linter issues and add CI badge #22

Merged
otthorn merged 12 commits from fix_linter_issues into master 2021-02-16 18:23:30 +01:00
2 changed files with 7 additions and 3 deletions
Showing only changes of commit def64380e6 - Show all commits

View file

@ -1,5 +1,10 @@
skip_list:
- 'no-changed-when'
- no-changed-when
- load-failure
- document-start
warn_list:
- experimental # all rules tagged as experimental
exclude_paths:
- group_vars/all/vault.yml

View file

@ -6,6 +6,5 @@ rules:
max: 120
level: warning
document-start:
ignore: |
/groups_var/all/vault.yml
ignore: group_vars/all/vault.yml
...