diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2015-11-26 12:47:45 -0600 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2015-11-26 12:47:45 -0600 |
commit | 6025635db48f8f4a3f9fb8a2e3db338366755288 (patch) | |
tree | 3a932145cadff7e372890cbb0d6ab1db2b19adb6 /.rubocop.yml | |
parent | 3825d06ca25a349832c0b2fd1ede22dc3fb9344d (diff) | |
download | bundler-6025635db48f8f4a3f9fb8a2e3db338366755288.tar.gz |
[RuboCop] Enable Style/SingleLineBlockParams
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 12e6f48507..4ad86833c0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -33,6 +33,9 @@ Style/MultilineOperationIndentation: Style/PerlBackrefs: Enabled: false +Style/SingleLineBlockParams: + Enabled: false + Style/SpaceInsideBlockBraces: SpaceBeforeBlockParameters: false |