diff --git a/Library/Homebrew/.rubocop.yml b/Library/Homebrew/.rubocop.yml index c1601ee534..e8a25dfd6a 100644 --- a/Library/Homebrew/.rubocop.yml +++ b/Library/Homebrew/.rubocop.yml @@ -1,6 +1,9 @@ inherit_from: - ../.rubocop.yml +Bundler/GemFilename: + Enabled: false + Homebrew/MoveToExtendOS: Enabled: true Exclude: @@ -64,6 +67,3 @@ Style/Documentation: Style/DocumentationMethod: Include: - "formula.rb" - -Bundler/GemFilename: - Enabled: false