diff --git a/.fortitude.toml b/.fortitude.toml deleted file mode 100644 index 77a4ab6ed8..0000000000 --- a/.fortitude.toml +++ /dev/null @@ -1,4 +0,0 @@ -[check] -ignore = ["E001","S001","S101","C121","S091","MOD011","C001","S101","S102","C002","PORT011","C061","C072","C003","C131","C141","C092","OB011"] -file-extensions = ["f90","fpp","fypp"] -output-format = "pylint" diff --git a/.github/workflows/lint-source.yml b/.github/workflows/lint-source.yml index 787b57342c..10b73169b8 100644 --- a/.github/workflows/lint-source.yml +++ b/.github/workflows/lint-source.yml @@ -28,12 +28,6 @@ jobs: - name: Initialize MFC run: ./mfc.sh init - - name: Lint the full source - run: | - source build/venv/bin/activate - find ./src -type f -not -name '*nvtx*' -exec sh -c 'fortitude check "$1" | grep -v E001' _ {} \; - 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' - - name: Looking for raw directives run: | ! grep -iR '!\$acc\|!\$omp' --exclude="parallel_macros.fpp" --exclude="syscheck.fpp" ./src/* diff --git a/toolchain/pyproject.toml b/toolchain/pyproject.toml index cb1bc8fa07..9f4d4b3e61 100644 --- a/toolchain/pyproject.toml +++ b/toolchain/pyproject.toml @@ -26,7 +26,6 @@ dependencies = [ "pylint", "fprettify", "black", - "fortitude-lint", "ansi2txt", # Profiling