We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13bf90 commit 88c0a11Copy full SHA for 88c0a11
3 files changed
.fortitude.toml
.github/workflows/lint-source.yml
@@ -28,12 +28,6 @@ jobs:
28
- name: Initialize MFC
29
run: ./mfc.sh init
30
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
-
37
- name: Looking for raw directives
38
run: |
39
! grep -iR '!\$acc\|!\$omp' --exclude="parallel_macros.fpp" --exclude="syscheck.fpp" ./src/*
toolchain/pyproject.toml
@@ -26,7 +26,6 @@ dependencies = [
26
"pylint",
27
"fprettify",
"black",
- "fortitude-lint",
"ansi2txt",
# Profiling
0 commit comments