Update rubocop ignore syntax to silence warnings

The Travis builds were pretty noisy due to all of the warnings that were
being output from this deprecated syntax.
This commit is contained in:
Michael Herold 2015-04-09 12:30:26 -05:00
parent 0b510bee1f
commit 76f21cb28c
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
AllCops:
Exclude:
- .bundle/**
- bin/**
- vendor/**
- .bundle/**/*
- bin/**/*
- vendor/**/*
inherit_from: .rubocop_todo.yml