1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2022-11-26 07:45:38 UTC using RuboCop version 1.22.3 .
3
+ # on 2025-03-31 17:33:57 UTC using RuboCop version 1.75.1 .
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
- # It may be possible for us to use safe_load, but we'd have to pass the
10
- # safelists, like `whitelist_classes` into our serializer, and the serializer
11
- # interface is a public API, so that would be a breaking change.
9
+ # Offense count: 23
10
+ # Configuration parameters: EnforcedStyle, AllowedGems, Include.
11
+ # SupportedStyles: Gemfile, gems.rb, gemspec
12
+ # Include: **/*.gemspec, **/Gemfile, **/gems.rb
13
+ Gemspec/DevelopmentDependencies :
14
+ Exclude :
15
+ - ' paper_trail.gemspec'
16
+
17
+ # Offense count: 1
18
+ Performance/MapMethodChain :
19
+ Exclude :
20
+ - ' spec/paper_trail/version_limit_spec.rb'
21
+
22
+ # Offense count: 48
23
+ # This cop supports unsafe autocorrection (--autocorrect-all).
24
+ RSpec/BeEq :
25
+ Exclude :
26
+ - ' spec/controllers/articles_controller_spec.rb'
27
+ - ' spec/controllers/widgets_controller_spec.rb'
28
+ - ' spec/models/animal_spec.rb'
29
+ - ' spec/models/cat_spec.rb'
30
+ - ' spec/models/person_spec.rb'
31
+ - ' spec/models/plant_spec.rb'
32
+ - ' spec/models/widget_spec.rb'
33
+ - ' spec/paper_trail/cleaner_spec.rb'
34
+ - ' spec/paper_trail/events/base_spec.rb'
35
+ - ' spec/paper_trail/model_config_spec.rb'
36
+ - ' spec/paper_trail/request_spec.rb'
37
+ - ' spec/paper_trail/serializers/json_spec.rb'
38
+ - ' spec/paper_trail/serializers/yaml_spec.rb'
39
+ - ' spec/paper_trail_spec.rb'
40
+
41
+ # Offense count: 5
42
+ # This cop supports unsafe autocorrection (--autocorrect-all).
43
+ # Configuration parameters: SkipBlocks, EnforcedStyle.
44
+ # SupportedStyles: described_class, explicit
45
+ RSpec/DescribedClass :
46
+ Exclude :
47
+ - ' spec/models/management_spec.rb'
48
+ - ' spec/models/song_spec.rb'
49
+
50
+ # Offense count: 1
51
+ # This cop supports safe autocorrection (--autocorrect).
52
+ # Configuration parameters: CustomTransform, IgnoredWords, DisallowedExamples.
53
+ # DisallowedExamples: works
54
+ RSpec/ExampleWording :
55
+ Exclude :
56
+ - ' spec/models/song_spec.rb'
57
+
58
+ # Offense count: 2
59
+ # This cop supports unsafe autocorrection (--autocorrect-all).
60
+ # Configuration parameters: EnforcedStyle.
61
+ # SupportedStyles: method_call, block
62
+ RSpec/ExpectChange :
63
+ Exclude :
64
+ - ' spec/models/article_spec.rb'
65
+ - ' spec/models/not_on_update_spec.rb'
66
+
67
+ # Offense count: 5
68
+ # Configuration parameters: AllowedPatterns.
69
+ # AllowedPatterns: ^expect_, ^assert_
70
+ RSpec/NoExpectationExample :
71
+ Exclude :
72
+ - ' spec/models/joined_version_spec.rb'
73
+ - ' spec/models/widget_spec.rb'
74
+
75
+ # Offense count: 39
76
+ # This cop supports unsafe autocorrection (--autocorrect-all).
77
+ # Configuration parameters: Inferences.
78
+ RSpec/Rails/InferredSpecType :
79
+ Enabled : false
80
+
81
+ # Offense count: 6
82
+ # This cop supports unsafe autocorrection (--autocorrect-all).
83
+ # Configuration parameters: EnforcedStyle.
84
+ # SupportedStyles: constant, string
85
+ RSpec/VerifiedDoubleReference :
86
+ Exclude :
87
+ - ' spec/models/version_spec.rb'
88
+ - ' spec/models/widget_spec.rb'
89
+ - ' spec/support/shared_examples/queries.rb'
90
+
91
+ # Offense count: 1
92
+ # This cop supports unsafe autocorrection (--autocorrect-all).
93
+ Rails/ActiveSupportOnLoad :
94
+ Exclude :
95
+ - ' lib/paper_trail/frameworks/active_record.rb'
96
+
97
+ # Offense count: 1
98
+ # This cop supports unsafe autocorrection (--autocorrect-all).
99
+ Rails/ApplicationRecord :
100
+ Exclude :
101
+ - ' lib/paper_trail/frameworks/active_record/models/paper_trail/version.rb'
102
+
103
+ # Offense count: 1
104
+ # This cop supports unsafe autocorrection (--autocorrect-all).
105
+ # Configuration parameters: AllowedReceivers.
106
+ # AllowedReceivers: ActionMailer::Preview, ActiveSupport::TimeZone
107
+ Rails/RedundantActiveRecordAllMethod :
108
+ Exclude :
109
+ - ' spec/paper_trail/cleaner_spec.rb'
110
+
12
111
# Offense count: 13
13
- # Cop supports --auto-correct .
112
+ # This cop supports unsafe autocorrection (--autocorrect-all) .
14
113
Security/YAMLLoad :
15
114
Exclude :
16
115
- ' lib/paper_trail/serializers/yaml.rb'
@@ -21,3 +120,12 @@ Security/YAMLLoad:
21
120
- ' spec/models/version_spec.rb'
22
121
- ' spec/paper_trail/events/destroy_spec.rb'
23
122
- ' spec/paper_trail/serializer_spec.rb'
123
+
124
+ # Offense count: 4
125
+ # This cop supports unsafe autocorrection (--autocorrect-all).
126
+ Style/ConcatArrayLiterals :
127
+ Exclude :
128
+ - ' lib/paper_trail/queries/versions/where_object.rb'
129
+ - ' lib/paper_trail/queries/versions/where_object_changes.rb'
130
+ - ' lib/paper_trail/queries/versions/where_object_changes_from.rb'
131
+ - ' lib/paper_trail/queries/versions/where_object_changes_to.rb'
0 commit comments