nvuillam/npm-groovy-lint

UnnecessaryGString fix with backslashes fails

stevenh opened this issue · 1 comments

If you attempt to fix a UnnecessaryGString error that contains backslashes in the string it fails to fix it.

This is due to the following bug CodeNarc/CodeNarc#749

I have a fix for this, will put in a PR when I finished cleaning things up