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:
Toshi MARUYAMA
2019-11-21 12:45:45 +00:00
parent 8c4ddc0da9
commit 16bacb24f4

View File

@@ -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.