1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2025-07-25 20:10:38 UTC using RuboCop version 1.79.0.
3
+ # on 2025-07-25 20:21:46 UTC using RuboCop version 1.79.0.
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
7
7
# versions of RuboCop, may require this file to be generated again.
8
8
9
+ # Offense count: 6
10
+ # This cop supports safe autocorrection (--autocorrect).
11
+ # Configuration parameters: AllowForAlignment, EnforcedStyleForExponentOperator, EnforcedStyleForRationalLiterals.
12
+ # SupportedStylesForExponentOperator: space, no_space
13
+ # SupportedStylesForRationalLiterals: space, no_space
14
+ Layout/SpaceAroundOperators :
15
+ Exclude :
16
+ - ' test/formatters/default_test.rb'
17
+
9
18
# Offense count: 1
10
19
# Configuration parameters: AllowedMethods.
11
20
# AllowedMethods: enums
@@ -24,6 +33,12 @@ Lint/LiteralAssignmentInCondition:
24
33
Exclude :
25
34
- ' lib/semantic_logger/loggable.rb'
26
35
36
+ # Offense count: 2
37
+ # This cop supports safe autocorrection (--autocorrect).
38
+ Lint/LiteralInInterpolation :
39
+ Exclude :
40
+ - ' test/formatters/default_test.rb'
41
+
27
42
# Offense count: 25
28
43
Lint/RescueException :
29
44
Enabled : false
@@ -113,6 +128,15 @@ Style/DocumentDynamicEvalDefinition:
113
128
- ' lib/semantic_logger/loggable.rb'
114
129
- ' test/appender/wrapper_test.rb'
115
130
131
+ # Offense count: 6
132
+ # This cop supports safe autocorrection (--autocorrect).
133
+ # Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
134
+ # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
135
+ # SupportedShorthandSyntax: always, never, either, consistent, either_consistent
136
+ Style/HashSyntax :
137
+ Exclude :
138
+ - ' test/formatters/default_test.rb'
139
+
116
140
# Offense count: 2
117
141
# This cop supports unsafe autocorrection (--autocorrect-all).
118
142
Style/IdenticalConditionalBranches :
0 commit comments