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 a4dfc4c commit 0651ec6Copy full SHA for 0651ec6
.github/workflows/lint-source.yml
@@ -30,3 +30,6 @@ jobs:
30
31
- name: Lint the source code
32
run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* || true
33
+
34
+ - name: Ensure kind is specified
35
+ run: fortitude check --select=P001 ./src/*/*
0 commit comments