From aad8ece1687e29481add267d3db0918ce808257a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 1 Jul 2024 00:23:58 +0000 Subject: [PATCH] .rubocop.yml: update to match main configuration --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index c16409e5..89d314e7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -135,6 +135,9 @@ Style/Documentation: - "/**/{Formula,Casks}/**/*.rb" - "**/{Formula,Casks}/**/*.rb" - "**/*.rbi" +Style/EmptyMethod: + Exclude: + - "**/*.rbi" Style/FetchEnvVar: Exclude: - Taps/*/*/*.rb