From 592fcfd270e5f5271210b4030206b94f2c40d9fc Mon Sep 17 00:00:00 2001 From: Issy Long Date: Mon, 15 Jan 2024 18:52:06 +0000 Subject: [PATCH] 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. --- Library/.rubocop.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 5d41d75b2c..617d074a00 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -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/**/*"