🔨 Modernize lint config

This commit is contained in:
Emilien Mantel
2025-05-28 17:56:58 +02:00
parent a5325d7d54
commit 591f2c6bcb
4 changed files with 17 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
---
enable_list:
- fqcn-builtins

12
.config/ansible-lint.yml Normal file
View File

@@ -0,0 +1,12 @@
---
profile: production
warn_list: []
skip_list: []
exclude_paths:
- .github/
- .venv/
- venv/

3
.gitignore vendored
View File

@@ -4,3 +4,6 @@
*.pyc
/tests/hanxhx.php
/.idea
/.venv
/venv
/.ansible

View File

@@ -4,3 +4,5 @@ extends: default
rules:
line-length: disable
ignore-from-file: .gitignore