---
exclude_paths:
  - .github/playbook-publish-collection.yml
mock_modules:
  - scan_services
use_default_rules: true
rulesdir:
  - ./.ansible-lint-rules/
skip_list:
  - parser-error  # AnsibleParserError.
  - var-spacing  # Variables should have spaces before and after: {{ var_name }}.
  - schema
  - fqcn-builtins
