File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 9
9
DisplayCopNames : true
10
10
ExtraDetails : true
11
11
DisplayStyleGuide : true
12
- TargetRubyVersion : ' 2.7 '
12
+ TargetRubyVersion : ' 2.6 '
13
13
Include :
14
14
- " **/*.rb"
15
15
Exclude :
Original file line number Diff line number Diff line change 1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2023-04-19 16:55:21 UTC using RuboCop version 1.48.1.
3
+ # on 2023-04-25 08:02:29 UTC using RuboCop version 1.48.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
@@ -21,6 +21,12 @@ Lint/ConstantDefinitionInBlock:
21
21
Exclude :
22
22
- ' spec/unit/puppet/provider/postgresql_replication_slot/ruby_spec.rb'
23
23
24
+ # Offense count: 1
25
+ # This cop supports safe autocorrection (--autocorrect).
26
+ Lint/RedundantCopEnableDirective :
27
+ Exclude :
28
+ - ' spec/unit/puppet/type/postgresql_psql_spec.rb'
29
+
24
30
# Offense count: 6
25
31
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
26
32
Metrics/AbcSize :
You can’t perform that action at this time.
0 commit comments