Skip to content

Commit

Permalink
run verbose pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed May 26, 2023
1 parent a46506a commit b91a90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Dependencies
run: pip install -r requirements/lint.txt
- name: Run pylint
run: pylint codemodder/ tests/
run: pylint codemodder/ tests/ -v

complexity:
name: Code Complexity
Expand Down

0 comments on commit b91a90b

Please sign in to comment.