We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e584edf commit cf7255fCopy full SHA for cf7255f
.config/ansible-lint.yml
@@ -7,5 +7,9 @@ enable_list:
7
- no-prompting
8
- no-same-owner
9
10
+exclude_paths:
11
+ - .cache/ # implicit unless exclude_paths is defined in config
12
+ - galaxy/ # external submodules
13
+
14
offline: true
15
...
0 commit comments