codenarc engine for codeclimate
codeclimate-codenarc
is a Code Climate engine for Groovy that wraps the CodeNarc static analysis tool. You can run it on your command line using the Code Climate CLI.
make test
to build the image locally and test it.codeclimate.yml
to your project folder that enables the experimental codenarc engine (see below)CODECLIMATE_DEBUG=1 codeclimate analyze --dev
..codeclimate.yml
and add a config
entry pointing to your ruleset.xml
file:
engines:
codenarc:
enabled: true
config: ruleset.xml
For help with CodeNarc, check out their documentation.