---
skip_list:
  - var-naming[no-role-prefix]
  - meta-runtime[unsupported-version]
var_naming_pattern: "^(__)?foreman_[a-z_][a-z0-9_]*$"
enable_list:
  - only-builtins
only_builtins_allow_collections:
  - theforeman.foreman
exclude_paths:
  - tests/
  - .github/
