We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4ab9a commit 12a0348Copy full SHA for 12a0348
rubocop.yml
@@ -532,11 +532,6 @@ Metrics/PerceivedComplexity:
532
Enabled: false
533
534
535
-# Migration Department
536
-Migration/DepartmentName:
537
- Enabled: false
538
-
539
540
# Naming Department
541
Naming/AccessorMethodName:
542
test/fixtures/full_config.yml
@@ -2132,7 +2132,7 @@ Metrics/PerceivedComplexity:
2132
Migration/DepartmentName:
2133
Description: Check that cop names in rubocop:disable (etc) comments are given with
2134
department name.
2135
+ Enabled: true
2136
VersionAdded: '0.75'
2137
2138
Description: Checks the naming of accessor methods for get_/set_.
0 commit comments