mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-03-12 10:22:10 +07:00
🔨 Modernize lint config
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
---
|
||||
|
||||
enable_list:
|
||||
- fqcn-builtins
|
||||
12
.config/ansible-lint.yml
Normal file
12
.config/ansible-lint.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
profile: production
|
||||
|
||||
warn_list: []
|
||||
|
||||
skip_list: []
|
||||
|
||||
exclude_paths:
|
||||
- .github/
|
||||
- .venv/
|
||||
- venv/
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,3 +4,6 @@
|
||||
*.pyc
|
||||
/tests/hanxhx.php
|
||||
/.idea
|
||||
/.venv
|
||||
/venv
|
||||
/.ansible
|
||||
|
||||
@@ -4,3 +4,5 @@ extends: default
|
||||
|
||||
rules:
|
||||
line-length: disable
|
||||
|
||||
ignore-from-file: .gitignore
|
||||
|
||||
Reference in New Issue
Block a user