We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698e39d commit 363f60fCopy full SHA for 363f60f
.github/workflows/lint-python.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: reviewdog/action-flake8@v3
46
with:
47
fail_on_error: false
48
- filter_mode: diff_context
+ filter_mode: added
49
level: error
50
flake8_args: ${{ steps.file-changes.outputs.changed-files }}
51
reporter: ${{ env.REVIEWDOG_REPORTER }}
0 commit comments