mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-08-28 15:51:17 +00:00
commit
This commit is contained in:
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@@ -21,4 +21,4 @@ jobs:
|
||||
pip install pylint
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint $(find src -name "*.py" | xargs)
|
||||
pylint $(find src -name "*.py" | xargs) --disable=line-too-long
|
||||
|
Reference in New Issue
Block a user