summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 6394a8fe0..5786dfc09 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -80,6 +80,9 @@ Style/AsciiComments:
# We can not change nor remove it.
- 'app/models/repository/git.rb'
+Style/EmptyElse:
+ EnforcedStyle: empty
+
Style/FormatStringToken:
Enabled: false