diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index ca3e2d5822..844cab4851 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -425,7 +425,8 @@ Style/NumericLiterals: Exclude: - "**/Brewfile" -# TODO: These are pre-existing violations and should be fixed. +# TODO: These are pre-existing violations and should be corrected +# to define methods so that call sites can be type-checked. Style/OpenStructUse: Exclude: - "Homebrew/cli/args.rb"