summaryrefslogtreecommitdiff
path: root/.reek.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-05-06 11:28:47 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-05-06 11:28:47 -0700
commit5472fa412348b37088c58def15288cf48f489681 (patch)
treecc1bddb422bc389d1e80990c8a9a447ed2ba19f6 /.reek.yml
parentdf9b7171922882f420768efdd2ded90940031043 (diff)
downloadffi-yajl-5472fa412348b37088c58def15288cf48f489681.tar.gz
add rubocop + reek
Diffstat (limited to '.reek.yml')
-rw-r--r--.reek.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.reek.yml b/.reek.yml
new file mode 100644
index 0000000..d51b1c1
--- /dev/null
+++ b/.reek.yml
@@ -0,0 +1,7 @@
+---
+UncommunicativeModuleName:
+ enabled: false
+UncommunicativeVariableName:
+ enabled: false
+IrresponsibleModule:
+ enabled: false