os/linux/development_tools: update cop namespace
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
5a72a46ab0
commit
997ea136b6
@ -38,13 +38,13 @@ module OS
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Keep this method around for now to make it easier to add this functionality later.
|
# 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) }
|
sig { returns(Pathname) }
|
||||||
def host_gcc_path
|
def host_gcc_path
|
||||||
# TODO: override this if/when we to pick the GCC based on e.g. the Ubuntu version.
|
# TODO: override this if/when we to pick the GCC based on e.g. the Ubuntu version.
|
||||||
super
|
super
|
||||||
end
|
end
|
||||||
# rubocop:enable Style/UselessMethodDefinition
|
# rubocop:enable Lint/UselessMethodDefinition
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def needs_compiler_formula?
|
def needs_compiler_formula?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user