Skip to content

Commit

Permalink
Adjust Metrics base config (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhacaz authored May 19, 2023
1 parent 2cff4e9 commit 4161f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# main

* Adjust `Metrics` base config. ([#49](https://github.com/petalmd/rubocop-petal/pull/49))
* Added cop `Migration/ChangeTableReferences` ([#47](https://github.com/petalmd/rubocop-petal/pull/47))
* Added cop `Migration/AlwaysBulkChangeTable` ([#46](https://github.com/petalmd/rubocop-petal/pull/46))

Expand Down
4 changes: 2 additions & 2 deletions config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Metrics/BlockNesting:
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
Max: 10
Max: 9
Metrics/MethodLength:
Enabled: false
Metrics/ModuleLength:
Enabled: false
Metrics/PerceivedComplexity:
Max: 12
Max: 10
RSpec:
StyleGuideBaseURL: https://rspec.rubystyle.guide
RSpec/ContextWording:
Expand Down

0 comments on commit 4161f35

Please sign in to comment.