We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1988d commit b742fe9Copy full SHA for b742fe9
.github/workflows/lint-source.yml
@@ -14,5 +14,6 @@ jobs:
14
run: pip install fortitude-lint
15
16
- name: Lint the source code
17
- run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* >> $GITHUB_STEP_SUMMARY
18
- continue-on-error: true
+ run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/*
+ # >> $GITHUB_STEP_SUMMARY
19
+ # continue-on-error: true
0 commit comments