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

Checkstyle plugin now runs with build. #136

Closed vodorok closed 5 years ago

vodorok commented 5 years ago

Added new maven plugin to the build configuration. Now during build, checkstyle validates the sources with a preconfigured set of checkers.

For the time being, this validation doesn't fail the build, only warnings are emited until the majority of the existing imperfections are corrected.

This resolves #130 and #135

vodorok commented 5 years ago

A separate documentation for Checkstyle was added.