Skip to content

Commit 12a0348

Browse files
committed
Enable Migration/DepartmentName cop
1 parent 2e4ab9a commit 12a0348

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

rubocop.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -532,11 +532,6 @@ Metrics/PerceivedComplexity:
532532
Enabled: false
533533

534534

535-
# Migration Department
536-
Migration/DepartmentName:
537-
Enabled: false
538-
539-
540535
# Naming Department
541536
Naming/AccessorMethodName:
542537
Enabled: false

test/fixtures/full_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2132,7 +2132,7 @@ Metrics/PerceivedComplexity:
21322132
Migration/DepartmentName:
21332133
Description: Check that cop names in rubocop:disable (etc) comments are given with
21342134
department name.
2135-
Enabled: false
2135+
Enabled: true
21362136
VersionAdded: '0.75'
21372137
Naming/AccessorMethodName:
21382138
Description: Checks the naming of accessor methods for get_/set_.

0 commit comments

Comments
 (0)