Groovy Documentation

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

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

class SpaceAroundMapEntryColonRule
extends AbstractAstVisitorRule

Check for configured formatting of whitespace around colons for literal Map entries

Authors:
Chris Mair


Property Summary
Class astVisitorClass

String characterAfterColonRegex

String characterBeforeColonRegex

String name

int priority

 

Property Detail

astVisitorClass

Class astVisitorClass


characterAfterColonRegex

String characterAfterColonRegex


characterBeforeColonRegex

String characterBeforeColonRegex


name

String name


priority

int priority


 

Groovy Documentation