Skip to content

Split code checks in another make target

Nicola Smaniotto requested to merge smaniottonicola/open-adventure:tests into master

The pylint and cppcheck targets require additional dependencies, and are intended for developers, just like coverage.

This commit somewhat reverts f24fcd29, and instead adds a new make target checkcode. This way the checks can be easily performed, but distribution packages don't need extra dependencies.

Merge request reports