mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
rubocop: add db/schema.rb to global exclude
git-svn-id: http://svn.redmine.org/redmine/trunk@18688 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -147,13 +147,6 @@ Layout/EmptyLinesAroundAccessModifier:
|
||||
- 'config/initializers/10-patches.rb'
|
||||
- 'lib/redmine/syntax_highlighting.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle.
|
||||
# SupportedStyles: empty_lines, no_empty_lines
|
||||
Layout/EmptyLinesAroundBlockBody:
|
||||
Exclude:
|
||||
- 'db/schema.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle.
|
||||
# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines, beginning_only, ending_only
|
||||
|
||||
Reference in New Issue
Block a user