Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
disable Metrics cops
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Jun 28, 2019
1 parent 3127ecb commit 04566f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Gemfile.lock
log/*.log
pkg/
.idea/
vendor/
test/dummy/db/*.sqlite3
test/dummy/db/*.sqlite3-journal
test/dummy/log/*.log
Expand Down
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ AllCops:
Rails:
Enabled: true

Metrics/LineLength:
Max: 120
Metrics:
Enabled: false

Style/Documentation:
Enabled: false
Expand Down

0 comments on commit 04566f2

Please sign in to comment.