Skip to content

Commit

Permalink
BF
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienRietteMTO committed Nov 6, 2024
1 parent 3adfea8 commit 04bb701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions doc/doxygen/mainpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 04bb701

Please sign in to comment.