We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b480b6 commit 6f5e22dCopy full SHA for 6f5e22d
.github/workflows/pylint.yml
@@ -30,6 +30,6 @@ jobs:
30
with:
31
fetch-depth: 0
32
33
- - name: Run Pylint
34
- run: pylint scripts/*.py
+ - name: Run Pylint (error mode)
+ run: pylint --errors-only scripts/*.py
35
0 commit comments