Closed marioortizmanero closed 4 years ago
I won't add clang-tidy
to Travis CI because it's too restrictive, but here's the config I used for the previous commit:
clang-tidy src/*.c --checks='*,-*-braces-around-statements,-*-include-order,-readability-isolate-declaration,-cert-env33-c,-android-cloexec-pipe' -- -Iinclude -I/usr/include/python3.8 -DDEBUG -DPLOT
These would be great to catch early bugs and have cleaner code.