---
parseable: true
skip_list:
  - ANSIBLE0006
  - ANSIBLE0012
  - ANSIBLE0016
  - '204'  # [E204] Lines should be no longer than 120 chars
  # E602 https://github.com/ansible/ansible-lint/issues/450
  - '602'  # [E602] Don't compare to empty string
  # E405 is too new and we need to enable it in a separate change
  - '405'  # [E405] Remote package tasks should have a retry
