|
@@ -58,30 +58,10 @@ Style/FrozenStringLiteralComment:
|
58
|
58
|
|
59
|
59
|
# Offense count: 1
|
60
|
60
|
# Cop supports --auto-correct.
|
61
|
|
-# Configuration parameters: EnforcedStyle, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
|
62
|
|
-# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
|
63
|
|
-Style/HashSyntax:
|
64
|
|
- Exclude:
|
65
|
|
- - 'lib/tasks/sessions.rake'
|
66
|
|
-
|
67
|
|
-# Offense count: 1
|
68
|
|
-Style/MultilineTernaryOperator:
|
69
|
|
- Exclude:
|
70
|
|
- - 'app/models/session.rb'
|
71
|
|
-
|
72
|
|
-# Offense count: 1
|
73
|
|
-# Cop supports --auto-correct.
|
74
|
61
|
# Configuration parameters: Strict.
|
75
|
62
|
Style/NumericLiterals:
|
76
|
63
|
MinDigits: 15
|
77
|
64
|
|
78
|
|
-# Offense count: 1
|
79
|
|
-# Cop supports --auto-correct.
|
80
|
|
-# Configuration parameters: PreferredDelimiters.
|
81
|
|
-Style/PercentLiteralDelimiters:
|
82
|
|
- Exclude:
|
83
|
|
- - 'config/spring.rb'
|
84
|
|
-
|
85
|
65
|
# Offense count: 85
|
86
|
66
|
# Cop supports --auto-correct.
|
87
|
67
|
Style/RedundantSelf:
|