mirror of
https://github.com/redmine/redmine.git
synced 2026-07-05 22:29:24 +02:00
add Layout/SpaceBeforeSemicolon excluding files to .rubocop.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@20486 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -43,6 +43,11 @@ Layout/EmptyLineBetweenDefs:
|
||||
Layout/SpaceAroundEqualsInParameterDefault:
|
||||
Enabled: false
|
||||
|
||||
Layout/SpaceBeforeSemicolon:
|
||||
Enabled: true
|
||||
Exclude:
|
||||
- 'config/initializers/10-patches.rb'
|
||||
|
||||
Layout/SpaceBeforeBlockBraces:
|
||||
# "space" is used more than "no_space".
|
||||
# But "no_space" is more natural in one liner.
|
||||
|
||||
Reference in New Issue
Block a user