Suggest fix

This commit is contained in:
Douglas Eichelberger 2023-03-01 07:16:24 -08:00
parent 719f1d6c6e
commit 965b19b30f

View File

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