diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-07-09 08:45:46 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-07-09 08:45:46 -0700 |
commit | c1e912caf966bc29b346c193f1b74e23e0f66781 (patch) | |
tree | 70ddb27b5d8f32766e89fe6b86375373daedf013 /.rubocop.yml | |
parent | 8fabdd3fddbd222109976fddb0d38255a9490f1d (diff) | |
download | ffi-yajl-c1e912caf966bc29b346c193f1b74e23e0f66781.tar.gz |
remaining autofixable cops
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 47de329..170fc40 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -31,7 +31,13 @@ ModuleLength: PerceivedComplexity: Enabled: false PercentLiteralDelimiters: - Enabled: false + PreferredDelimiters: + '%': '{}' + '%q': '{}' + '%Q': '{}' + '%w': '{}' + '%W': '{}' + '%x': '{}' RegexpLiteral: Enabled: false SignalException: |