mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
rubocop: generate .rubocop_todo.yml for Layout/EmptyLinesAroundClassBody
git-svn-id: http://svn.redmine.org/redmine/trunk@19128 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3d4d53f334
commit
4bb24015e6
@ -79,7 +79,27 @@ Layout/EmptyLinesAroundAccessModifier:
|
||||
# Configuration parameters: EnforcedStyle.
|
||||
# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines, beginning_only, ending_only
|
||||
Layout/EmptyLinesAroundClassBody:
|
||||
Enabled: false
|
||||
Exclude:
|
||||
- 'db/migrate/001_setup.rb'
|
||||
- 'db/migrate/007_create_journals.rb'
|
||||
- 'db/migrate/20110223180953_salt_user_passwords.rb'
|
||||
- 'db/migrate/20131215104612_store_relation_type_in_journal_details.rb'
|
||||
- 'db/migrate/20180923082945_change_sqlite_booleans_to_0_and_1.rb'
|
||||
- 'lib/redmine/export/csv.rb'
|
||||
- 'lib/redmine/notifiable.rb'
|
||||
- 'lib/redmine/scm/adapters/bazaar_adapter.rb'
|
||||
- 'lib/redmine/scm/adapters/cvs_adapter.rb'
|
||||
- 'lib/redmine/scm/adapters/filesystem_adapter.rb'
|
||||
- 'lib/redmine/scm/adapters/mercurial_adapter.rb'
|
||||
- 'lib/redmine/wiki_formatting/html_parser.rb'
|
||||
- 'lib/redmine/wiki_formatting/markdown/html_parser.rb'
|
||||
- 'lib/redmine/wiki_formatting/textile/html_parser.rb'
|
||||
- 'test/integration/api_test/api_routing_test.rb'
|
||||
- 'test/integration/lib/redmine/themes_test.rb'
|
||||
- 'test/integration/routing/activities_test.rb'
|
||||
- 'test/integration/routing/repositories_test.rb'
|
||||
- 'test/unit/lib/redmine/ciphering_test.rb'
|
||||
- 'test/unit/lib/redmine/field_format/link_format_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
Layout/EmptyLinesAroundExceptionHandlingKeywords:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user