aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-23 16:24:56 +0200
committerGravatar ks129 <[email protected]>2020-11-23 16:24:56 +0200
commit01b99e13e7baa9d52436a32c4acd6b7adbbee840 (patch)
treeb5c014f934ca24516091a6e4352fb540fa6a1b95 /.github
parentImprove flake8 configuration (diff)
Make flake8 matchers removing step comments better
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/forms-backend.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/forms-backend.yml b/.github/workflows/forms-backend.yml
index f7f6bea..a55c5e4 100644
--- a/.github/workflows/forms-backend.yml
+++ b/.github/workflows/forms-backend.yml
@@ -48,7 +48,7 @@ jobs:
- name: Run flake8
run: "poetry run flake8"
- # There may some bad behaviours, so remove them
+ # We don't want that this catch any other errors than flake8 ones.
- name: Remove flake8 matchers
if: ${{ always() }}
run: echo "::remove-matcher owner=flake8-error::" && echo "::remove-matcher owner=flake8-warning::"