mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-05 13:22:09 +07:00
🔨 Modernize lint setup
This commit is contained in:
committed by
Emilien M
parent
239ce0dd6c
commit
1b434618c1
@@ -1,2 +0,0 @@
|
|||||||
enable_list:
|
|
||||||
- fqcn-builtins
|
|
||||||
10
.config/ansible-lint.yml
Normal file
10
.config/ansible-lint.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
warn_list: []
|
||||||
|
|
||||||
|
skip_list: []
|
||||||
|
|
||||||
|
exclude_paths:
|
||||||
|
- venv/
|
||||||
|
- tests/ # TODO: Remove this line when tests are migrated to molecule
|
||||||
|
- .github/
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
|||||||
.vagrant*
|
.vagrant*
|
||||||
*.swp
|
*.swp
|
||||||
*.retry
|
*.retry
|
||||||
|
/.idea
|
||||||
|
/venv
|
||||||
|
|||||||
@@ -4,3 +4,7 @@ extends: default
|
|||||||
|
|
||||||
rules:
|
rules:
|
||||||
line-length: disable
|
line-length: disable
|
||||||
|
|
||||||
|
ignore:
|
||||||
|
- /venv
|
||||||
|
- /tests # TODO: Remove this line when tests are migrated to molecule
|
||||||
|
|||||||
Reference in New Issue
Block a user