## Expected behavior Running: `rubocop -a --only Migration/DepartmentName` should migrate legacy departments in rubocop comments. ## Actual behavior Cop runs and shows that it autocorrected the department, but did not. ## Steps to reproduce the problem Run rubocop against the followinng code: ```ruby # encoding: UTF-8 # rubocop:disable SingleSpaceBeforeFirstArg, Metrics/LineLength name "apache_kafka" ``` ## RuboCop version ``` 0.78.0 ```
Activity
Migration/DepartmentName
#7685[Fix rubocop#7619] Support autocorrect of legacy names for `Migration…
[Fix #7619] Support autocorrect of legacy names for `Migration/Depart…