---
exclude_paths:
  - .github/
use_default_rules: true
rulesdir:
  - ./.ansible-lint-rules/
skip_list:
  - yaml
  - parser-error  # AnsibleParserError.
  - var-spacing  # Variables should have spaces before and after: {{ var_name }}.
  - fqcn-builtins
  - name[template]
  - galaxy[no-changelog]
# DO NOT DELETE THE WARNLIST! It is required for our custom rules!
# If this isn't there our custom rules will only through a warning and wont generate a failure!:
warn_list:
  - dummy
