diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-07-09 13:46:23 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-07-09 13:46:23 -0700 |
commit | 457842ff8567742d94cb079f439c38403a15d8b8 (patch) | |
tree | 6171bb06b54874f297d24a3870a72052405dbde9 /.rubocop.yml | |
parent | 79921599e7ba0f150f4cd093d626eea49831d8dc (diff) | |
download | ffi-yajl-457842ff8567742d94cb079f439c38403a15d8b8.tar.gz |
some more cop fixes
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 170fc40..ad55721 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -18,6 +18,9 @@ Encoding: Enabled: false Eval: Enabled: false +Style/FileName: + Exclude: + - bin/ffi-yajl-bench FormatString: Enabled: false HashSyntax: @@ -40,6 +43,8 @@ PercentLiteralDelimiters: '%x': '{}' RegexpLiteral: Enabled: false +Style/Semicolon: + Enabled: false SignalException: Enabled: false SingleSpaceBeforeFirstArg: |