This repository was archived by the owner on Oct 7, 2019. It is now read-only.

Description
I've created codenarc.properties and put it to src/test/resources/codenarc.properties but the plugin doesn't pick it up:
[java] 2016-07-27 17:28:15,310 PropertiesFileRuleSetConfigurer [main] INFO - RuleSet configuration properties file [codenarc.properties] not found.
The same with src/main/resources. How to configure codenarc with codenarc.properties?