Skip to content

Commit 3e39324

Browse files
committed
Added tests/dast to be excluded in ansible-lint
1 parent 23f5333 commit 3e39324

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ansible-lint

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
---
22
skip_list:
33
- var-naming[no-role-prefix]
4+
5+
# Define paths or files to ignore
6+
exclude_paths:
7+
- "tests/dast"

0 commit comments

Comments
 (0)