Return truemail

This reverts commit 862f5639ebbe4d3e6abd5d5be7fb7840e7b83bdf.
This commit is contained in:
Alex Sherman 2020-07-13 15:04:56 +05:00
parent 0a7b754c4c
commit e4a02c2e47
35 changed files with 728 additions and 153 deletions

View file

@ -23,6 +23,10 @@ plugins:
rubocop:
enabled: true
channel: rubocop-0-74
checks:
method-lines:
config:
threshold: 40
exclude_patterns:
- "app/models/version/"
- "bin/"