Something went wrong on our end
-
Alexander Grund authored
The return value of style_check was reversed returning true for "no errors" while the script checks for true meaning "error found". Adjust that by direct `return 0`. Also replace use of backticks
Alexander Grund authoredThe return value of style_check was reversed returning true for "no errors" while the script checks for true meaning "error found". Adjust that by direct `return 0`. Also replace use of backticks