You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
421 B

  1. ---
  2. parseable: true
  3. skip_list:
  4. # see https://docs.ansible.com/ansible-lint/rules/default_rules.html for a list of all default rules
  5. # The following rules throw errors.
  6. # These either still need to be corrected in the repository and the rules re-enabled or they are skipped on purpose.
  7. - '201'
  8. - '204'
  9. - '206'
  10. - '301'
  11. - '302'
  12. - '305'
  13. - '306'
  14. - '404'
  15. - '502'
  16. - '503'
  17. - '504'
  18. - '602'
  19. - '701'