additionals/.rubocop.yml

32 lines
440 B
YAML
Raw Normal View History

Rails:
Enabled: true
2015-10-09 19:20:04 +03:00
Metrics/LineLength:
Max: 140
# Offense count: 34
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 60
# Offense count: 11
Metrics/CyclomaticComplexity:
Max: 13
2015-12-06 14:48:33 +03:00
2015-10-09 19:20:04 +03:00
# Offense count: 10
Metrics/PerceivedComplexity:
Max: 14
# Offense count: 15
Metrics/AbcSize:
Max: 25
2015-10-10 15:11:02 +03:00
Style/Documentation:
Enabled: false
Rails/HttpPositionalArguments:
Enabled: false
2016-10-19 14:30:14 +03:00
Metrics/BlockLength:
Max: 50