Merge pull request #14162 from issyl0/rubocop-cleanup

rubocop_todo: Clean up deleted paths & excludes without offenses
This commit is contained in:
Issy Long 2022-11-21 14:48:08 +00:00 committed by GitHub
commit 38a1bf337f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,6 @@ Style/Documentation:
- "default_prefix.rb" - "default_prefix.rb"
- "global.rb" - "global.rb"
- "keg_relocate.rb" - "keg_relocate.rb"
- "os/linux/global.rb"
- "os/mac/global.rb"
- "os/mac/keg.rb" - "os/mac/keg.rb"
- "reinstall.rb" - "reinstall.rb"
- "software_spec.rb" - "software_spec.rb"
@ -27,7 +25,6 @@ Style/Documentation:
Lint/EmptyBlock: Lint/EmptyBlock:
Exclude: Exclude:
- "dependency.rb"
- "dev-cmd/extract.rb" - "dev-cmd/extract.rb"
- "test/cache_store_spec.rb" - "test/cache_store_spec.rb"
- "test/checksum_verification_spec.rb" - "test/checksum_verification_spec.rb"