Groovy Documentation

groovy.org.codenarc.rule.formatting
[Groovy] Class TrailingWhitespaceRule

java.lang.Object
  org.codenarc.rule.AbstractRule
      groovy.org.codenarc.rule.formatting.TrailingWhitespaceRule

class TrailingWhitespaceRule
extends AbstractRule

Checks that no lines of source code end with whitespace characters.

Authors:
Joe Sondow


Property Summary
String name

int priority

 
Method Summary
void applyTo(SourceCode sourceCode, List violations)

 

Property Detail

name

String name


priority

int priority


 
Method Detail

applyTo

@Override
void applyTo(SourceCode sourceCode, List violations)


 

Groovy Documentation