summaryrefslogtreecommitdiff
path: root/ext/ffi_yajl/ext
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 /ext/ffi_yajl/ext
parent6d427a893b28ee71ddcdbb3a6cd64cd01c7a690f (diff)
downloadffi-yajl-8fabdd3fddbd222109976fddb0d38255a9490f1d.tar.gz
fix lots of cops
and add a few more to be ignored
Diffstat (limited to 'ext/ffi_yajl/ext')
-rw-r--r--ext/ffi_yajl/ext/encoder/extconf.rb1
-rw-r--r--ext/ffi_yajl/ext/parser/extconf.rb1
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/ffi_yajl/ext/encoder/extconf.rb b/ext/ffi_yajl/ext/encoder/extconf.rb
index f7f0116..0281ea4 100644
--- a/ext/ffi_yajl/ext/encoder/extconf.rb
+++ b/ext/ffi_yajl/ext/encoder/extconf.rb
@@ -1,3 +1,4 @@
+# rubocop:disable Style/GlobalVars
require 'mkmf'
require 'rubygems'
require 'libyajl2'
diff --git a/ext/ffi_yajl/ext/parser/extconf.rb b/ext/ffi_yajl/ext/parser/extconf.rb
index 0b13bca..26bdca0 100644
--- a/ext/ffi_yajl/ext/parser/extconf.rb
+++ b/ext/ffi_yajl/ext/parser/extconf.rb
@@ -1,3 +1,4 @@
+# rubocop:disable Style/GlobalVars
require 'mkmf'
require 'rubygems'
require 'libyajl2'