install.fairie/.config/ansible-lint.yml
Brian Zalewski f42899b107 Latest
2022-12-24 15:04:59 -05:00

33 lines
467 B
YAML

---
enable_list:
- fqcn-builtins
- no-log-password
- no-same-owner
exclude_paths:
- ../.autodoc/
- ../.cache/
- ../.common/
- ../.config/
- ../.git/
- ../.github/
- ../.gitlab/
- ../.husky/
- ../.modules/
- ../.npm/
- ../.pnpm-store/
- ../.shared/
- ../.task/
- ../.venv/
- ../.vscode/
- ../build/
- ../dist/
- ../molecule/
- ../node_modules/
- ../pnpm-lock.yaml
- ../roles/
- ../venv/
offline: true
skip_list: []