Skip to content

Commit 42367e2

Browse files
committed
clean
1 parent 97db159 commit 42367e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/lint-source.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
- name: Initialize MFC
2929
run: ./mfc.sh init
3030

31-
# - name: Lint the source code
32-
# run: fortitude check --file-extensions=f90,fpp,fypp --ignore=E001,S001,S101,M011,F001,S041,T001,S101,S102,T002,T011 ./src/** || true
33-
3431
- name: Lint the full source
3532
run: |
3633
alias lintsource='find ./src -type f -not -name '*nvtx*' -exec command fortitude check {} \;' |

0 commit comments

Comments
 (0)