0

I use CodeNarc rule "TrailingWhitespace" to prevent whitespaces characters on the end of line. This work fine on linux systems, but on windows when I leave whitespace on the end then check doesn't find this. I use the same configuration for both systems, codenarc in gradle project.

Thanks for any help.

xav9211
  • 191
  • 1
  • 3
  • 14

1 Answers1

0

Ok, I've got answer from codeNarc on github that problem is repaired in version 1.1

xav9211
  • 191
  • 1
  • 3
  • 14