Skip to content

Commit

Permalink
Skip no-role-prefix var-naming lint rule (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu authored Oct 24, 2023
1 parent 2671ebb commit 842e6fc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@
# option will be parsed relative to the CWD of execution.
exclude_paths:
- changelogs/

# Ansible-lint is able to recognize and load skip rules stored inside
# `.ansible-lint-ignore` (or `.config/ansible-lint-ignore.txt`) files.
# To skip a rule just enter filename and tag, like "playbook.yml package-latest"
# on a new line.
# Optionally you can add comments after the tag, prefixed by "#". We discourage
# the use of skip_list below because that will hide violations from the output.
# When putting ignores inside the ignore file, they are marked as ignored, but
# still visible, making it easier to address later.
skip_list:
- var-naming[no-role-prefix]

0 comments on commit 842e6fc

Please sign in to comment.