Skip to content

Commit 1c71c20

Browse files
authored
Merge pull request #19698 from Homebrew/fix-cop-namespace
os/linux/development_tools: update cop namespace
2 parents 5a72a46 + 997ea13 commit 1c71c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Library/Homebrew/extend/os/linux/development_tools.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ def needs_libc_formula?
3838
end
3939

4040
# Keep this method around for now to make it easier to add this functionality later.
41-
# rubocop:disable Style/UselessMethodDefinition
41+
# rubocop:disable Lint/UselessMethodDefinition
4242
sig { returns(Pathname) }
4343
def host_gcc_path
4444
# TODO: override this if/when we to pick the GCC based on e.g. the Ubuntu version.
4545
super
4646
end
47-
# rubocop:enable Style/UselessMethodDefinition
47+
# rubocop:enable Lint/UselessMethodDefinition
4848

4949
sig { returns(T::Boolean) }
5050
def needs_compiler_formula?

0 commit comments

Comments
 (0)