1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-22 07:10:09 +01:00
This commit is contained in:
Donald Cheng Hong Zou 2022-01-19 09:18:03 -05:00
parent 3c68430336
commit 2e3977e59c
2 changed files with 3 additions and 3 deletions

View File

@ -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