mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 23:11:12 +00:00
add Style/BlockDelimiters excluding files to .rubocop.yml (#34165)
git-svn-id: http://svn.redmine.org/redmine/trunk@20489 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3a324b1f9f
commit
8453d9bf57
@ -114,6 +114,12 @@ Style/AsciiComments:
|
|||||||
# We can not change nor remove it.
|
# We can not change nor remove it.
|
||||||
- 'app/models/repository/git.rb'
|
- 'app/models/repository/git.rb'
|
||||||
|
|
||||||
|
Style/BlockDelimiters:
|
||||||
|
Enabled: true
|
||||||
|
Exclude:
|
||||||
|
- 'db/migrate/007_create_journals.rb'
|
||||||
|
- 'lib/diff.rb'
|
||||||
|
|
||||||
Style/EmptyElse:
|
Style/EmptyElse:
|
||||||
EnforcedStyle: empty
|
EnforcedStyle: empty
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user