Reputation: 1
I use the checkstyle plugin with version 3.6.0 and the chekcstyle version 9.3. I am trying to implement a way to ignore the line length in blocks that start with //@formatter:off and finish with //@formatter:on. I have tried many suppressions and regexes and nothing seems to work. Do you have some ideas?
SuppressionXpathFilter - not working cause LineLength is outside of tree walker SuppressionCommentFilter - the same as above
@SuppressWarnings("checkstyle:LineLegth") - not an option
Upvotes: 0
Views: 15