diff options
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 ce7a3cf48..de715431b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -23,6 +23,9 @@ require: # Rules for Redmine +Bundler/OrderedGems: + Enabled: false + Layout/EmptyLineBetweenDefs: AllowAdjacentOneLineDefs: true |