Skip to content

Commit

Permalink
Configures new cops
Browse files Browse the repository at this point in the history
Opted out of Gemspec/DependencyVersion since that should be up to the
library/tool maintainer

Opted out of Style/EnvHome to match with Style/FetchEnvVar
  • Loading branch information
camilopayan committed May 10, 2022
1 parent 0a2bc7d commit 4416fae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Bundler/OrderedGems:
Gemspec/DateAssignment:
Enabled: true

Gemspec/DependencyVersion:
Enabled: false

Gemspec/DuplicatedAssignment:
Enabled: true
Include:
Expand Down Expand Up @@ -1257,6 +1260,9 @@ Style/EndBlock:
Style/EndlessMethod:
Enabled: false

Style/EnvHome:
Enabled: false

Style/EvalWithLocation:
Enabled: true

Expand Down

0 comments on commit 4416fae

Please sign in to comment.