mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 06:28:57 +08:00
Make RuboCop and RubyMine less annoying
This commit is contained in:
parent
02c87b4623
commit
781f364d86
14
.rubocop.yml
Normal file
14
.rubocop.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
AllCops:
|
||||
TargetRubyVersion: 2.3
|
||||
|
||||
Metrics/LineLength:
|
||||
Max: 120
|
||||
|
||||
Metrics/MethodLength:
|
||||
Enabled: false
|
||||
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
|
||||
Style/FrozenStringLiteralComment:
|
||||
Enabled: False
|
Loading…
Reference in New Issue
Block a user