mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-16 12:12:57 -06:00
disable pylint module name checks
This commit is contained in:
parent
0d02e096e9
commit
23bef6b549
2
.github/workflows/quality.yml
vendored
2
.github/workflows/quality.yml
vendored
@ -22,4 +22,4 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: |
|
run: |
|
||||||
pylint $(git ls-files '*.py')
|
pylint --module-naming-style=any $(git ls-files '*.py')
|
||||||
|
Loading…
Reference in New Issue
Block a user