diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-30 11:55:00 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-06-01 08:45:14 +0200 |
commit | face87b7bb3af2188fd42f47fa0d43d46dafbc78 (patch) | |
tree | 64c177f50a2c97311a375a9a05504a5737c0202c /.rubocop.yml | |
parent | 473ea1e974cf07751601904b882de9ee2b3d0618 (diff) | |
download | gitlab-ce-face87b7bb3af2188fd42f47fa0d43d46dafbc78.tar.gz |
Enable Style/Semicolon rubocop style copstyle/enable-semicolon-rubocop-cop
See #17478
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 eece9ec69d8..784697aaaa8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -514,7 +514,7 @@ Style/SelfAssignment: # Don't use semicolons to terminate expressions. Style/Semicolon: - Enabled: false + Enabled: true # Checks for proper usage of fail and raise. Style/SignalException: |