We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b696d81 commit c5263bfCopy full SHA for c5263bf
1 file changed
.github/workflows/reviewdog.yml
@@ -30,6 +30,6 @@ jobs:
30
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
run: |
32
set -o pipefail
33
- flake8 | \
+ flake8 --max-line-length 88 cycler | \
34
reviewdog -f=pep8 -name=flake8 \
35
-tee -reporter=github-check -filter-mode nofilter
0 commit comments