skip_list:
  - 'yaml'
  - command-instead-of-module  # Using command rather than module
  - git-latest  # Git checkouts must contain explicit version
  - no-changed-when  # Commands should not change things if nothing needs doing
  - package-latest  # Package installs should not use latest
  - ignore-errors
  - var-naming[no-role-prefix]

enable_list:
  # this is used by galaxy
  - empty-string-compare

exclude_paths:
  - .cache/ # implicit unless exclude_paths is defined in config
