Hi Patric,
Thanks for trying it out and giving feedback :)
- Yea, I've been trying to figure out how to issue a warning instead
of an error for a while now. I asked on Stackoverflow.com and the
Groovy mailing list, but didn't get any answers.
- I'll see if I can come up with a way to turn off checking for
certain classes/methods without using annotations. In the mean time,
try turning off the dynamic_field_access check completely by setting
"dynamic_field_access = off" in the GroovyLintSettings.groovy file,
and making sure GroovyLintSettings.groovy is on your classpath.