From 238dd23214eef7bcb1fe317717fd5107c530155c Mon Sep 17 00:00:00 2001
From: Matt Jankowski <matt@jankowski.online>
Date: Tue, 18 Jun 2024 08:16:37 -0400
Subject: [PATCH] Remove already configured excludes from .rubocop.yml (#30741)

---
 .rubocop.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.rubocop.yml b/.rubocop.yml
index cf4ee565e..6da1dc8cb 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -4,14 +4,9 @@ AllCops:
   DisplayCopNames: true
   DisplayStyleGuide: true
   Exclude:
-    - db/schema.rb
-    - bin/*
-    - node_modules/**/*
     - Vagrantfile
-    - vendor/**/*
     - config/initializers/json_ld*
     - lib/mastodon/migration_helpers.rb
-    - lib/templates/**/*
   ExtraDetails: true
   NewCops: enable
   TargetRubyVersion: 3.1 # Oldest supported ruby version