diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-07-10 12:40:23 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-07-10 12:40:23 -0700 |
commit | dcefeff1bb48d82c905265b245c19eb1d83e3f59 (patch) | |
tree | e1a459cd90c0cf53f591ca137274662255a536e1 /.rubocop.yml | |
parent | aa2afb68a78fed7a71a6d574586202a0377eba25 (diff) | |
download | ffi-yajl-dcefeff1bb48d82c905265b245c19eb1d83e3f59.tar.gz |
down to zero offenses
but 30 cops disabled, lol...
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 557947e..e843ff7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -25,6 +25,8 @@ Style/FileName: - bin/ffi-yajl-bench FormatString: Enabled: false +Style/GuardClause: + Enabled: false Lint/HandleExceptions: Enabled: false LineLength: |