summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 1ed8c28..f48c3e6 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,3 +1,7 @@
Lint/DuplicateMethods:
Exclude:
- 'lib/ffi_yajl/ffi/encoder.rb'
+Style/HashSyntax:
+ Enabled: true
+Security/Eval:
+ Enabled: false