rubocop: The sorbet/rbi/todo.rbi file doesn't exist

- It got deleted in 89531e9ff36b84a47a078065e5d2ac9674dfbd2d but never cleaned up.
- The first cleanup from a tool I'm working on to check that all the paths in `rubocop.yml` Includes and Excludes do actually exist.
This commit is contained in:
Issy Long 2024-01-15 18:52:06 +00:00 committed by GitHub
parent cea60ca745
commit 592fcfd270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,6 @@ AllCops:
Exclude:
- "Homebrew/sorbet/rbi/gems/**/*.rbi"
- "Homebrew/sorbet/rbi/hidden-definitions/*.rbi"
- "Homebrew/sorbet/rbi/todo.rbi"
- "Homebrew/bin/*"
- "Homebrew/vendor/**/*"
- "Taps/*/*/vendor/**/*"