From 965b19b30f99c38e3eea9bd1f51109027a01adc4 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Wed, 1 Mar 2023 07:16:24 -0800 Subject: [PATCH] Suggest fix --- Library/.rubocop.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"