Groovy Documentation

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

java.lang.Object
  org.codenarc.rule.AbstractAstVisitorRule
      groovy.org.codenarc.rule.formatting.SpaceAroundClosureArrowRule

class SpaceAroundClosureArrowRule
extends AbstractAstVisitorRule

Checks that there is whitespace around the closure arrow (->) symbol

Authors:
Chris Mair


Property Summary
Class astVisitorClass

String name

int priority

 

Property Detail

astVisitorClass

Class astVisitorClass


name

String name


priority

int priority


 

Groovy Documentation