mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-05 12:22:09 +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
|
*.pyc
|
||||||
/tests/hanxhx.php
|
/tests/hanxhx.php
|
||||||
/.idea
|
/.idea
|
||||||
|
/.venv
|
||||||
|
/venv
|
||||||
|
/.ansible
|
||||||
|
|||||||
@@ -4,3 +4,5 @@ extends: default
|
|||||||
|
|
||||||
rules:
|
rules:
|
||||||
line-length: disable
|
line-length: disable
|
||||||
|
|
||||||
|
ignore-from-file: .gitignore
|
||||||
|
|||||||
Reference in New Issue
Block a user