1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2022-03-09 21:00:49 UTC using RuboCop version 1.22.3 .
3
+ # on 2023-08-17 21:27:12 UTC using RuboCop version 1.50.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
@@ -19,26 +19,29 @@ Lint/MissingSuper:
19
19
Exclude :
20
20
- ' spec/serverspec_type_zabbixapi.rb'
21
21
22
- # Offense count: 7
22
+ # Offense count: 1
23
23
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
24
- # AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
24
+ # AllowedNames: as, at, by, cc, db, id, if , in, io, ip, of, on, os, pp, to
25
25
Naming/MethodParameterName :
26
26
Exclude :
27
27
- ' lib/puppet/provider/zabbix_proxy/ruby.rb'
28
- - ' lib/puppet/type/zabbix_host.rb'
29
- - ' lib/puppet/type/zabbix_template.rb'
30
28
31
- # Offense count: 4
29
+ # Offense count: 3
30
+ # This cop supports unsafe autocorrection (--autocorrect-all).
31
+ RSpec/BeEq :
32
+ Exclude :
33
+ - ' spec/acceptance/zabbix_proxy_spec.rb'
34
+ - ' spec/unit/puppet/type/zabbix_template_spec.rb'
35
+
36
+ # Offense count: 1
37
+ # This cop supports unsafe autocorrection (--autocorrect-all).
32
38
RSpec/EmptyExampleGroup :
33
39
Exclude :
34
40
- ' spec/classes/agent_spec.rb'
35
- - ' spec/classes/javagateway_spec.rb'
36
- - ' spec/classes/server_spec.rb'
37
41
38
- # Offense count: 4
42
+ # Offense count: 2
39
43
RSpec/RepeatedExampleGroupDescription :
40
44
Exclude :
41
- - ' spec/classes/database_mysql_spec.rb'
42
45
- ' spec/defines/startup_spec.rb'
43
46
44
47
# Offense count: 1
0 commit comments