Skip to content

Commit

Permalink
add ansible-lint config file
Browse files Browse the repository at this point in the history
  • Loading branch information
goffinet committed Jun 6, 2022
1 parent b10a4d9 commit 5aaa5a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
skip_list: # or 'skip_list' to silence them completely
- experimental # all rules tagged as experimental
- fqcn-builtins # Use FQCN for builtin actions.
- yaml # Violations reported by yamllint.
- schema

0 comments on commit 5aaa5a1

Please sign in to comment.