Skip to content

Commit

Permalink
ansible-lint: ignore GitHub and GitLab files
Browse files Browse the repository at this point in the history
ansible-lint also lints non-ansible files now.
It's totally legit to ignore them there.

Signed-off-by: Tom Siewert <[email protected]>
  • Loading branch information
sinuscosinustan committed Jul 7, 2023
1 parent 46194e6 commit 03875a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ exclude_paths:
- molecule/default/converge.yml
- .git/
- .cache/
- .github/
- .gitlab-ci.yml

0 comments on commit 03875a6

Please sign in to comment.