Skip to content

Commit

Permalink
Merge pull request #14709 from issyl0/rubocop-tidying
Browse files Browse the repository at this point in the history
rubocop: Some more config cleanup
  • Loading branch information
MikeMcQuaid authored Feb 20, 2023
2 parents 1f1a477 + 364c346 commit 4eaaa86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Library/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ inherit_mode:
merge:
- Include
- Exclude
- AllowedMethods

AllCops:
TargetRubyVersion: 2.6
Expand All @@ -20,9 +21,8 @@ AllCops:
- "**/*.rbi"
Exclude:
- "Homebrew/sorbet/rbi/gems/**/*.rbi"
- "Homebrew/sorbet/rbi/hidden-definitions/**/*.rbi"
- "Homebrew/sorbet/rbi/hidden-definitions/*.rbi"
- "Homebrew/sorbet/rbi/todo.rbi"
- "Homebrew/sorbet/rbi/upstream.rbi"
- "Homebrew/bin/*"
- "Homebrew/vendor/**/*"
- "Taps/*/*/vendor/**/*"
Expand Down
2 changes: 0 additions & 2 deletions Library/Homebrew/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ Metrics/ModuleLength:
Max: 481

Naming/PredicateName:
# Can't rename these.
AllowedMethods:
- is_a?
- is_32_bit?
- is_64_bit?

Expand Down

0 comments on commit 4eaaa86

Please sign in to comment.