From 997ea136b63dc42dc0340d92e1be96564c72e1d3 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Thu, 3 Apr 2025 19:43:31 -0700 Subject: [PATCH] os/linux/development_tools: update cop namespace Signed-off-by: Patrick Linnane --- Library/Homebrew/extend/os/linux/development_tools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/extend/os/linux/development_tools.rb b/Library/Homebrew/extend/os/linux/development_tools.rb index 1fdc5945ab..4eca2660bb 100644 --- a/Library/Homebrew/extend/os/linux/development_tools.rb +++ b/Library/Homebrew/extend/os/linux/development_tools.rb @@ -38,13 +38,13 @@ module OS end # Keep this method around for now to make it easier to add this functionality later. - # rubocop:disable Style/UselessMethodDefinition + # rubocop:disable Lint/UselessMethodDefinition sig { returns(Pathname) } def host_gcc_path # TODO: override this if/when we to pick the GCC based on e.g. the Ubuntu version. super end - # rubocop:enable Style/UselessMethodDefinition + # rubocop:enable Lint/UselessMethodDefinition sig { returns(T::Boolean) } def needs_compiler_formula?