os/linux/development_tools: update cop namespace

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2025-04-03 19:43:31 -07:00
parent 5a72a46ab0
commit 997ea136b6
No known key found for this signature in database

View File

@ -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?