Skip to content

Commit

Permalink
Exclude rubocop validation for tasks and plans
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Carabas committed Mar 21, 2019
1 parent ac850a4 commit 11abb2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ AllCops:
- spec/*
- spec/acceptance/*
- rakelib/*
- plans/*.pp
- tasks/*
inherit_from: ".rubocop_todo.yml"
Metrics/LineLength:
Description: People have wide screens, use them.
Expand Down

0 comments on commit 11abb2c

Please sign in to comment.