We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a72a46 + 997ea13 commit 1c71c20Copy full SHA for 1c71c20
Library/Homebrew/extend/os/linux/development_tools.rb
@@ -38,13 +38,13 @@ def needs_libc_formula?
38
end
39
40
# Keep this method around for now to make it easier to add this functionality later.
41
- # rubocop:disable Style/UselessMethodDefinition
+ # rubocop:disable Lint/UselessMethodDefinition
42
sig { returns(Pathname) }
43
def host_gcc_path
44
# TODO: override this if/when we to pick the GCC based on e.g. the Ubuntu version.
45
super
46
47
- # rubocop:enable Style/UselessMethodDefinition
+ # rubocop:enable Lint/UselessMethodDefinition
48
49
sig { returns(T::Boolean) }
50
def needs_compiler_formula?
0 commit comments