diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-05-25 15:27:20 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-05-25 15:27:20 -0400 |
commit | 501a2d12e7b836a320fcb9b8e444a3e003117ecb (patch) | |
tree | 28dece449723da8efec05206a4a37f2f96f40787 /.rubocop.yml | |
parent | 2c7439db4d118587d27107989d8c013620618e26 (diff) | |
download | gitlab-ce-501a2d12e7b836a320fcb9b8e444a3e003117ecb.tar.gz |
Remove unneeded indentation from RuboCop config
[ci skip]
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 25596762e58..5a623f708bd 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -237,7 +237,7 @@ Style/FileName: Enabled: true # Checks for a line break before the first parameter in a multi-line method -# parameter definition. +# parameter definition. Style/FirstMethodParameterLineBreak: Enabled: true |