Hello all,
Recently I opened a pull request do remove all codenarc alert on plugins
[1].
It's a big code change because lot of code are deprecated, some others
migrate from bsh and someone didn't use.
So this maelstrom of code didn't really help the check that not
regression has been introduce with code style fix.
I propose to commit the code style to remove this dependency between
plugin and framework, at this time the framework contains the number of
plugin code style error, so when you run codenarc on framework or custom
project, you need to load all OFBiz plugins (or update the number on the
framework).
Or if someone have available time to help me for testing some dark area
on plugins, I'll appreciate.
If you have other suggest ?
Nicolas
[1] https://github.com/apache/ofbiz-plugins/pull/137