forked from py-actions/flake8
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
The use of the pre-defined error format 'flake8' is hardcoded in the file entrypoint.sh.
Line 25 in 1212bd6
/tmp/reviewdog -f=flake8 \ |
When using self-written local plugins with flake8, the error format pre-defined in the flake8 excludes these user-defined errors to be picked up. In such a case the pre-defined error format pep8 is the more inclusive choice.
Metadata
Metadata
Assignees
Labels
No labels