Groovy Documentation

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

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

class FileEndsWithoutNewlineRule
extends AbstractRule

Makes sure the source code file ends with a newline character.

Authors:
Joe Sondow


Property Summary
String name

int priority

 
Method Summary
void applyTo(SourceCode sourceCode, List violations)

Apply the rule to the given source, writing violations to the given list.

 

Property Detail

name

String name


priority

int priority


 
Method Detail

applyTo

@Override
void applyTo(SourceCode sourceCode, List violations)
Apply the rule to the given source, writing violations to the given list.
Parameters:
sourceCode - The source to check
violations - A list of Violations that may be added to. It can be an empty list


 

Groovy Documentation