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