summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-07-09 08:51:21 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-07-09 08:51:21 -0700
commitba9c90591239f0dbc082df70d9785e082a737e29 (patch)
tree3548b0d9446ae45e68894129330c090172c1bffa /Rakefile
parentc1e912caf966bc29b346c193f1b74e23e0f66781 (diff)
downloadffi-yajl-ba9c90591239f0dbc082df70d9785e082a737e29.tar.gz
fix rubocop symbol
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e6d8fdf..e70a915 100644
--- a/Rakefile
+++ b/Rakefile
@@ -123,7 +123,7 @@ if RUBY_VERSION.to_f >= 1.9
puts "rubocop gem is not installed"
end
else
- Rubocop::RakeTask.new(:rubocop) do |t|
+ RuboCop::RakeTask.new(:rubocop) do |t|
t.fail_on_error = false
end
end