From 5183ec1804ecaf1ca198d3b4b62bc1a36aa821ae Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Tue, 11 Aug 2026 16:25:34 -0700 Subject: [PATCH] chore: enforce missing RuboCop enable directives --- .rubocop.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index e3929e48..2f2c8b40 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -85,10 +85,6 @@ Lint/EmptyInPattern: Exclude: - "test/**/*" -Lint/MissingCopEnableDirective: - Exclude: - - "examples/**/*.rb" - Lint/MissingSuper: Exclude: - "**/*.rbi"