Skip to content

Commit

Permalink
Merge pull request #4 from rmorris1218/master
Browse files Browse the repository at this point in the history
support resource or resources in rule linting
  • Loading branch information
lhitchon authored Jul 16, 2018
2 parents c77cfeb + 2ff081b commit a089dd1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cli/assets/lint-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ rules:
severity: FAILURE
resource: LintRule
assertions:
- key: resource
op: present
- or:
- key: resource
op: present
- key: resources
op: present
tags:
- resource

Expand Down

0 comments on commit a089dd1

Please sign in to comment.