We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03dffb1 commit 8b39de1Copy full SHA for 8b39de1
ci/code_checks.sh
@@ -39,7 +39,7 @@ function invgrep {
39
}
40
41
if [[ "$GITHUB_ACTIONS" == "true" ]]; then
42
- FLAKE8_FORMAT="##[error]%(path)s:%(row)s:%(col)s:%(code):%(text)s"
+ FLAKE8_FORMAT="##[error]%(path)s:%(row)s:%(col)s:%(code)s:%(text)s"
43
INVGREP_PREPEND="##[error]"
44
else
45
FLAKE8_FORMAT="default"
0 commit comments