🔨 Modernize lint config
parent
a5325d7d54
commit
591f2c6bcb
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
|
||||
enable_list:
|
||||
- fqcn-builtins
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
|
||||
profile: production
|
||||
|
||||
warn_list: []
|
||||
|
||||
skip_list: []
|
||||
|
||||
exclude_paths:
|
||||
- .github/
|
||||
- .venv/
|
||||
- venv/
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue