Skip to content

Commit

Permalink
Added tests/dast to be excluded in ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shaior committed Nov 27, 2024
1 parent 23f5333 commit dfa1fea
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"

Check failure on line 7 in .ansible-lint

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[new-line-at-end-of-file]

No new line character at the end of file

0 comments on commit dfa1fea

Please sign in to comment.