summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-07-09 08:39:40 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-07-09 08:39:40 -0700
commit8fabdd3fddbd222109976fddb0d38255a9490f1d (patch)
tree05c37181d228a244809572d16e3f2dfe2733fd90 /Rakefile
parent6d427a893b28ee71ddcdbb3a6cd64cd01c7a690f (diff)
downloadffi-yajl-8fabdd3fddbd222109976fddb0d38255a9490f1d.tar.gz
fix lots of cops
and add a few more to be ignored
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index ae19344..0cb0ed5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-$: << File.expand_path(File.join(File.dirname( __FILE__ ), "lib"))
+$LOAD_PATH << File.expand_path(File.join(File.dirname( __FILE__ ), "lib"))
require 'rspec/core/rake_task'
require 'rubygems/package_task'
@@ -161,7 +161,6 @@ else
end
end
-
desc 'Run all style checks'
task :style => ['style:rubocop', 'style:reek']