From 3edf569f7edddff504b4f106c5f5d905c14fe846 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Tue, 16 Feb 2021 11:13:42 -0500 Subject: [PATCH] style: require parentheses around regex arguments --- Library/.rubocop.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 9fc9c955a1..f9d7a1cd9a 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -261,14 +261,6 @@ Naming/MemoizedInstanceVariableName: Exclude: - "Homebrew/lazy_object.rb" -# so many of these in formulae and can't be autocorrected -# TODO: fix these as `ruby -w` complains about them. -Lint/AmbiguousRegexpLiteral: - Exclude: - - "Taps/*/*/*.rb" - - "/**/Formula/*.rb" - - "**/Formula/*.rb" - # useful for metaprogramming in RSpec Lint/ConstantDefinitionInBlock: Exclude: