summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Herold <michael.j.herold@gmail.com>2015-04-09 12:30:26 -0500
committerMichael Herold <michael.j.herold@gmail.com>2015-04-09 12:30:26 -0500
commit76f21cb28c8556ffda075ffa4f6ff8d85a77de08 (patch)
treeddbac164b49f7cd3c82ac4503deaf08fa9b02359
parent0b510bee1f32543d3cc1aeb775e40cce139fe493 (diff)
downloadhashie-76f21cb28c8556ffda075ffa4f6ff8d85a77de08.tar.gz
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.
-rw-r--r--.rubocop.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 005556b..c0df579 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,7 +1,7 @@
AllCops:
Exclude:
- - .bundle/**
- - bin/**
- - vendor/**
+ - .bundle/**/*
+ - bin/**/*
+ - vendor/**/*
inherit_from: .rubocop_todo.yml