mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-03-02 10:42:09 +07:00
🔨 Modernize lint setup
This commit is contained in:
@@ -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*
|
||||
*.swp
|
||||
*.retry
|
||||
/.idea
|
||||
/venv
|
||||
|
||||
@@ -4,3 +4,7 @@ extends: default
|
||||
|
||||
rules:
|
||||
line-length: disable
|
||||
|
||||
ignore:
|
||||
- /venv
|
||||
- /tests # TODO: Remove this line when tests are migrated to molecule
|
||||
|
||||
Reference in New Issue
Block a user