All the other options I need to use are working nicely but when I add the 'unused' option, I get a complaint when I try either:
<options>unused,bitwise,curly,eqeqeq,forin,immed,indent=4,latedef,newcap,noarg,nonew,undef,trailing,onevar,white,browser</options>
or
<options>unused=true,bitwise,curly,eqeqeq,forin,immed,indent=4,latedef,newcap,noarg,nonew,undef,trailing,onevar,white,browser</options>
I get this error:
Errors are: [ro.isdc.wro.extensions.processor.support.linter.LinterError@373246f3[
line=0
character=0
reason=Bad option: 'unused'.
evidence=
]]
I am not sure if I am using incorrect syntax, this option is just not available in this plugin or if this is a bug.
Has anyone else had it working correctly and am I doing something wrong?