Skip to content

Commit

Permalink
Merge pull request #22 from shaior/exclude_folders
Browse files Browse the repository at this point in the history
Added tests/dast to be excluded in ansible-lint
  • Loading branch information
openshift-merge-bot[bot] authored Nov 27, 2024
2 parents 23f5333 + 3e39324 commit 277de66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
skip_list:
- var-naming[no-role-prefix]

# Define paths or files to ignore
exclude_paths:
- "tests/dast"

0 comments on commit 277de66

Please sign in to comment.