---
exclude_paths:
  - .github/
mock_modules:
  - community.docker.docker_container_exec
  - community.docker.docker_login
  - hashivault_auth_method
  - hashivault_policy
  - hashivault_secret
  - hashivault_secret_engine
  - scan_services
use_default_rules: true
rulesdir:
  - ./.ansible-lint-rules/
skip_list:
  - galaxy[no-changelog]
  - schema
  - var-naming[no-role-prefix]
# 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
