More comments and TODOs
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
033dacac10
commit
267d72a9d0
@ -18,6 +18,7 @@ Naming/PredicateName:
|
||||
- is_64_bit?
|
||||
|
||||
# Only enforce documentation for public APIs.
|
||||
# Checked by the tests.yml syntax job
|
||||
Style/Documentation:
|
||||
AllowedConstants:
|
||||
- Homebrew
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# Contains shorthand Homebrew utility methods like `ohai`, `opoo`, `odisabled`.
|
||||
# TODO: move these out of `Kernel`.
|
||||
module Kernel
|
||||
extend T::Sig
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user