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.

25 lines
481 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. - '102'
  8. - '103'
  9. - '104'
  10. - '201'
  11. - '204'
  12. - '206'
  13. - '301'
  14. - '302'
  15. - '303'
  16. - '305'
  17. - '306'
  18. - '403'
  19. - '404'
  20. - '502'
  21. - '503'
  22. - '504'
  23. - '601'
  24. - '602'
  25. - '701'