v2.3.01
- Compile HYCOM and obtain its
compile_commands.json
file:
$ cd src && bear -- make ARCH=codee TYPE=demo
- Use
codee screening
to obtain a high-level overview of the project:
$ codee screening --include-categories all --config compile_commands.json
- Use
codee checks --verbose
to further investigate the checkers identified by Codee:
$ codee checks --verbose --include-categories all --config compile_commands.json
- Use
codee checks --verbose --level 1
to focus on the most severe checkers identified by Codee:
$ codee checks --verbose --level 1 --include-categories all --config compile_commands.json