1
1
# This configuration was generated by
2
- # `rubocop --auto-gen-config --no-exclude-limit`
3
- # on 2023 -08-28 04:34:32 UTC using RuboCop version 1.56.1 .
2
+ # `rubocop --auto-gen-config --auto-gen-only-exclude -- no-exclude-limit`
3
+ # on 2025 -08-21 04:35:42 UTC using RuboCop version 1.79.2 .
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
@@ -12,20 +12,13 @@ Layout/EmptyLineAfterMagicComment:
12
12
Exclude :
13
13
- ' Gemfile'
14
14
15
- # Offense count: 1
16
- # This cop supports safe autocorrection (--autocorrect).
17
- # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
18
- # URISchemes: http, https
19
- Layout/LineLength :
20
- Max : 382
21
-
22
15
# Offense count: 1
23
16
# This cop supports safe autocorrection (--autocorrect).
24
17
# Configuration parameters: EnforcedStyle.
25
18
# SupportedStyles: final_newline, final_blank_line
26
19
Layout/TrailingEmptyLines :
27
20
Exclude :
28
- - ' lib/rails_fields/railtie .rb'
21
+ - ' test/dummy/app/models/application_record .rb'
29
22
30
23
# Offense count: 1
31
24
# This cop supports unsafe autocorrection (--autocorrect-all).
@@ -35,19 +28,30 @@ Rails/Date:
35
28
Exclude :
36
29
- ' rails_fields.gemspec'
37
30
38
- # Offense count: 1
31
+ # Offense count: 5
32
+ # This cop supports safe autocorrection (--autocorrect).
33
+ # Configuration parameters: EnforcedStyle, Include.
34
+ # SupportedStyles: assert_not, refute
35
+ # Include: **/test/**/*
36
+ Rails/RefuteMethods :
37
+ Exclude :
38
+ - ' test/utils_detect_changes_test.rb'
39
+ - ' test/utils_test.rb'
40
+
41
+ # Offense count: 2
39
42
# This cop supports unsafe autocorrection (--autocorrect-all).
40
43
# Configuration parameters: EnforcedStyle.
41
44
# SupportedStyles: always, always_true, never
42
45
Style/FrozenStringLiteralComment :
43
46
Exclude :
44
47
- ' Gemfile'
48
+ - ' test/dummy/config/boot.rb'
45
49
46
- # Offense count: 6
50
+ # Offense count: 2
47
51
# This cop supports safe autocorrection (--autocorrect).
48
52
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
49
53
# SupportedStyles: single_quotes, double_quotes
50
54
Style/StringLiterals :
51
55
Exclude :
52
- - ' lib/rails_fields/railtie .rb'
53
- - ' rails_fields.gemspec '
56
+ - ' lib/rails_fields/class_methods .rb'
57
+ - ' lib/ rails_fields/utils/helpers.rb '
0 commit comments