mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
rubocop: generate .rubocop_todo.yml for Layout/EmptyLinesAroundModuleBody
git-svn-id: http://svn.redmine.org/redmine/trunk@19135 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -126,7 +126,27 @@ Layout/EmptyLinesAroundMethodBody:
|
||||
# Configuration parameters: EnforcedStyle.
|
||||
# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines
|
||||
Layout/EmptyLinesAroundModuleBody:
|
||||
Enabled: false
|
||||
Exclude:
|
||||
- 'app/helpers/attachments_helper.rb'
|
||||
- 'app/helpers/custom_fields_helper.rb'
|
||||
- 'app/helpers/email_addresses_helper.rb'
|
||||
- 'app/helpers/gantt_helper.rb'
|
||||
- 'app/helpers/issues_helper.rb'
|
||||
- 'app/helpers/journals_helper.rb'
|
||||
- 'app/helpers/reports_helper.rb'
|
||||
- 'app/helpers/routes_helper.rb'
|
||||
- 'app/helpers/timelog_helper.rb'
|
||||
- 'app/helpers/trackers_helper.rb'
|
||||
- 'app/helpers/versions_helper.rb'
|
||||
- 'app/helpers/watchers_helper.rb'
|
||||
- 'lib/redmine/access_control.rb'
|
||||
- 'lib/redmine/activity.rb'
|
||||
- 'lib/redmine/codeset_util.rb'
|
||||
- 'lib/redmine/configuration.rb'
|
||||
- 'lib/redmine/helpers/calendar.rb'
|
||||
- 'lib/redmine/mime_type.rb'
|
||||
- 'lib/redmine/plugin.rb'
|
||||
- 'lib/redmine/search.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.
|
||||
|
||||
Reference in New Issue
Block a user