johnthagen / clion-cppcheck

:ballot_box_with_check: cppcheck plugin for CLion
https://plugins.jetbrains.com/plugin/8143-cppcheck/
MIT License
31 stars 6 forks source link

Make options a per-project configuration #52

Open firewave opened 3 years ago

firewave commented 3 years ago

Currently the configured command-line options are global and affect all projects. In case you need to specify a special option this would affect all projects.

We should probably move the options to the inspection settings which are per-project.