From 2599cccc81782e45517dae03ba093f2d74f22f7f Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Thu, 8 Jul 2021 19:16:39 +0100 Subject: [PATCH] Add comment for in-source style exception --- Library/Homebrew/extend/ENV/super.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb index cf54fec0ce..5534cc8b00 100644 --- a/Library/Homebrew/extend/ENV/super.rb +++ b/Library/Homebrew/extend/ENV/super.rb @@ -338,6 +338,7 @@ module Superenv end # rubocop: disable Naming/MethodName + # Fixes style error `Naming/MethodName: Use snake_case for method names.` sig { params(block: T.nilable(T.proc.void)).void } def O0(&block) if block