diff --git a/bin/testing.sh b/bin/testing.sh index 6137549..42cc18a 100755 --- a/bin/testing.sh +++ b/bin/testing.sh @@ -271,7 +271,7 @@ if [ ${force} -eq 1 -o $(get_statuses "${SHA}" | grep -w "${context}" | wc -l) - log 1 "Check pylint" set +e score=$(pylint -d R0912,C0209,R0915,R1702,C0302,R0913,R0914,W1202,R0904,R0902 \ - --persistent=n -f parseable bin/*.py src/pyfortool/ | \ + --persistent=n -f parseable bin/pyfortool* src/pyfortool/ | \ grep 'Your code has been rated at' | cut -d\ -f 7 | cut -d/ -f 1) set -e if [ $(python3 -c "print(0 if ${score} >= 9.8 else 1)") -ne 0 ]; then diff --git a/doc/doxygen/mainpage.md b/doc/doxygen/mainpage.md index 07ba5de..97defa4 100644 --- a/doc/doxygen/mainpage.md +++ b/doc/doxygen/mainpage.md @@ -3,5 +3,4 @@ Doxygen is used to document the source code, general documentation is available The main entry points of the package is the [PYFT](@ref pyfortool.pyfortool.PYFT) class. -In addition, two offline tools are available: [pyfortool](@ref pyfortool) -and [pyfortool\_parallel](@ref pyfortool\_parallel). +In addition, two offline tools are available: pyfortool and pyfortool\_parallel.