Skip to content

Commit

Permalink
style(cli): make the orphan rule in the starter kit severity 'info'
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed May 12, 2018
1 parent 5267d6c commit a47eb55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/rules.starter.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"to": { "circular": true }
},{
"name": "no-orphans",
"severity": "warn",
"comment": "Warn in case there's orphans hiding in the code base",
"severity": "info",
"comment": "Inform in case there's orphans hiding in the code base",
"from": { "orphan": true },
"to": {}
},{
Expand Down

0 comments on commit a47eb55

Please sign in to comment.