Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

Autoconfigure checkers for each project #88

Open gyorb opened 8 years ago

gyorb commented 8 years ago

Configure enabled and disabled checkers from environment variables or configuration file. It can be useful if multiple eclipse instances use the same predefined checkers list for the analysis. The users do not have to manually enable or disable the checkers for each project.

dkrupp commented 8 years ago

Isnt currently supported "global configuration" not good enough?