Skip to content

Commit 88c0a11

Browse files
authored
Remove fortitude from workflow (#986)
1 parent e13bf90 commit 88c0a11

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

.fortitude.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/lint-source.yml

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

31-
- name: Lint the full source
32-
run: |
33-
source build/venv/bin/activate
34-
find ./src -type f -not -name '*nvtx*' -exec sh -c 'fortitude check "$1" | grep -v E001' _ {} \;
35-
find ./src -type f -not -name '*nvtx*' -exec sh -c 'fortitude check "$1" | grep -v E001' _ {} \; | wc -l | xargs -I{} sh -c '[ {} -gt 0 ] && exit 1 || exit 0'
36-
3731
- name: Looking for raw directives
3832
run: |
3933
! grep -iR '!\$acc\|!\$omp' --exclude="parallel_macros.fpp" --exclude="syscheck.fpp" ./src/*

toolchain/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies = [
2626
"pylint",
2727
"fprettify",
2828
"black",
29-
"fortitude-lint",
3029
"ansi2txt",
3130

3231
# Profiling

0 commit comments

Comments
 (0)