Skip to content

Commit

Permalink
Enabled previously disabled Pylint (C)onvention and (E)rror codes
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed May 8, 2024
1 parent 974ed81 commit 569c336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
pip install -r requirements.txt
timeout-minutes: 5
- name: Run pylint
run: pylint --disable=E1121,C0114,C0116,C0301 --exit-zero src/mepo
run: pylint --exit-zero src/mepo
timeout-minutes: 5

0 comments on commit 569c336

Please sign in to comment.