Skip to content

Commit

Permalink
Remove custom linting format
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibling committed Aug 26, 2024
1 parent 9040687 commit 49033ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-test.txt
pip install pylint pylint-report
- name: Run tests
run: |
python3 -m pylint src/sshkey_tools | tee | pylint_report -o report.html
- name: Upload report
uses: actions/upload-artifact@v1
with:
name: pylint-report
path: report.html
python3 -m pylint src/sshkey_tools
4 changes: 0 additions & 4 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
[MASTER]
load-plugins=pylint_report
extension-pkg-allow-list=cryptography.hazmat.bindings._rust

[REPORTS]
output-format=pylint_report.CustomJsonReporter

0 comments on commit 49033ef

Please sign in to comment.