11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2023-03-17 12:20:43 UTC using RuboCop version 1.12 .1.
3+ # on 2023-03-17 13:00:57 UTC using RuboCop version 1.48 .1.
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
@@ -17,21 +17,30 @@ Naming/AccessorMethodName:
1717 - ' lib/beaker-rspec/helpers/serverspec.rb'
1818
1919# Offense count: 1
20- # Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, Regex, IgnoreExecutableScripts, AllowedAcronyms.
20+ # Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms.
21+ # CheckDefinitionPathHierarchyRoots: lib, spec, test, src
2122# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
2223Naming/FileName :
2324 Exclude :
2425 - ' lib/beaker-rspec.rb'
2526
2627# Offense count: 1
2728# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
28- # AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
29+ # AllowedNames: as, at, by, cc, db, id, if , in, io, ip, of, on, os, pp, to
2930Naming/MethodParameterName :
3031 Exclude :
3132 - ' lib/beaker-rspec/beaker_shim.rb'
3233
34+ # Offense count: 1
35+ # This cop supports safe autocorrection (--autocorrect).
36+ # Configuration parameters: EnforcedStyle.
37+ # SupportedStyles: be_a, be_kind_of
38+ RSpec/ClassCheck :
39+ Exclude :
40+ - ' spec/acceptance/example_spec.rb'
41+
3342# Offense count: 3
34- # Configuration parameters: Prefixes.
43+ # Configuration parameters: Prefixes, AllowedPatterns .
3544# Prefixes: when, with, without
3645RSpec/ContextWording :
3746 Exclude :
@@ -40,5 +49,17 @@ RSpec/ContextWording:
4049# Offense count: 1
4150# Configuration parameters: IgnoredMetadata.
4251RSpec/DescribeClass :
52+ Exclude :
53+ - ' **/spec/features/**/*'
54+ - ' **/spec/requests/**/*'
55+ - ' **/spec/routing/**/*'
56+ - ' **/spec/system/**/*'
57+ - ' **/spec/views/**/*'
58+ - ' spec/acceptance/example_spec.rb'
59+
60+ # Offense count: 5
61+ # Configuration parameters: AllowedPatterns.
62+ # AllowedPatterns: ^expect_, ^assert_
63+ RSpec/NoExpectationExample :
4364 Exclude :
4465 - ' spec/acceptance/example_spec.rb'
0 commit comments