Skip to content

Commit 12588c3

Browse files
authored
Update lint-source.yml
1 parent 0651ec6 commit 12588c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: pip install fortitude-lint ansi2txt
3030

3131
- name: Lint the source code
32-
run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* || true
32+
run: fortitude check --file-extensions=f90,fpp,fypp --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* || true
3333

3434
- name: Ensure kind is specified
35-
run: fortitude check --select=P001 ./src/*/*
35+
run: fortitude check --file-extensions=f90,fpp,fypp --select=P001 ./src/*/*

0 commit comments

Comments
 (0)