Skip to content

Commit

Permalink
exclude tests and changelog.yml from linting
Browse files Browse the repository at this point in the history
while our CI doesn't lint those anyway, ansible-lint as invoked by
galaxy does and produces a ton of rather useless warnings. lets just
ignore them :)
  • Loading branch information
evgeni committed Jan 11, 2024
1 parent b810ec0 commit a5f1070
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ enable_list:
- only-builtins
only_builtins_allow_collections:
- theforeman.foreman
exclude_paths:
- changelogs/changelog.yml
- tests/

0 comments on commit a5f1070

Please sign in to comment.