Skip to content

Commit

Permalink
Add name property to align rules
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed May 18, 2016
1 parent c3683d9 commit aa965b5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -121,7 +121,7 @@ class ResolutionJsonValidator {
def alignErrors = json.align.collect({
[
validateNonEmptyFields(it, 'align', ['group', 'reason', 'author']),
validateValidFields(it, 'align', ['group', 'includes', 'excludes', 'match', 'reason', 'author', 'date'])
validateValidFields(it, 'align', ['name', 'group', 'includes', 'excludes', 'match', 'reason', 'author', 'date'])
]
})

Expand Down

0 comments on commit aa965b5

Please sign in to comment.