---
parseable: true
skip_list:
  - '204'  # [E204] Lines should be no longer than 120 chars
  - '301'  # [E301] Commands should not change things if nothing needs doing
  - '303'  # [E303] systemctl used in place of systemd module
  - '405'
  - '503'  # [E503] Tasks that run when changed should likely be handlers
  - '602'  # [E602] Don't compare to empty string
use_default_rules: true
