Skip to content

Commit

Permalink
revert request class move
Browse files Browse the repository at this point in the history
  • Loading branch information
mzegla committed Sep 6, 2024
1 parent b3c306e commit 3b8250a
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 150 deletions.
4 changes: 2 additions & 2 deletions ci/cppclean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fi
if [ ${NO_WARNINGS_DIRECT} -gt 15 ]; then
errors+="Failed probably due to not using static keyword with functions definitions: ${NO_WARNINGS_DIRECT}"$'\n'
fi
if [ ${NO_WARNINGS_NOTUSED} -gt 5 ]; then
if [ ${NO_WARNINGS_NOTUSED} -gt 4 ]; then
errors+="Failed probably due to unnecessary forward includes: ${NO_WARNINGS_NOTUSED}"$'\n'
fi
if [ ${NO_WARNINGS_TEST_FORWARD} -gt 1 ]; then
Expand All @@ -54,7 +54,7 @@ fi
if [ ${NO_WARNINGS_TEST_NOTUSED} -gt 0 ]; then
errors+="Failed probably due to unnecessary forward includes: ${NO_WARNINGS_TEST_NOTUSED}"$'\n'
fi
if [ ${NO_WARNINGS} -gt 165 ]; then
if [ ${NO_WARNINGS} -gt 164 ]; then
errors+="Failed due to higher than allowed number of issues in code: ${NO_WARNINGS}"$'\n'
fi
if [ ${NO_WARNINGS_TEST} -gt 52 ]; then
Expand Down
Loading

0 comments on commit 3b8250a

Please sign in to comment.