drop ansible-lint offline option

This commit is contained in:
Guido Grazioli 2022-02-15 14:24:03 +01:00
commit 8c724146dd
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
3 changed files with 5 additions and 3 deletions

View file

@ -3,6 +3,8 @@ exclude_paths:
- .cache/
- .github/
- molecule/
- .ansible-lint
- .yamllint
rulesdir:
- ../../ansible-lint-custom-rules/rules/
@ -22,4 +24,4 @@ warn_list:
- no-log-password
use_default_rules: true
offline: true
parseable: true