qualspec 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 255ba9230141650e3f1b5cdf607980e0d1b06e29a16ec0d61d2207ccd505be70
4
- data.tar.gz: 7accc29430d824b2dfaee5ef67167db7b119f7dc4dcc4e114e14ef8b0c27113e
3
+ metadata.gz: '069d64a5f846962da842ffe5336739761862d0b1a3ef4cf522bfc83932af504e'
4
+ data.tar.gz: 693d58eb17d4e495cc0e7f1ff0ed57fc925d81ee6b8060aef41f350bf1fdb2c9
5
5
  SHA512:
6
- metadata.gz: 4ebd1f0b43b6354d8560b2f37c889ca610373eed28f11d9d9bf41dda6db5d1525713e53bd4a175aaf0a2e2fdc12969dd8c56e3fb47c9cce552c9c905fe500f1e
7
- data.tar.gz: 11fcbf15c1330b5390888e4d8f6fb8ac5603bc428f52aaf80f287a9a1d69e02c07fe687fcc1c45be6591862f31f2a503d059e7fb17ce04257aa1cc9c4525cc73
6
+ metadata.gz: b46c32e6c43fb4f52234db0f4d6038191e85f8c05f99d8082c0024ef39fe0d7d1fa93a213b9163e8eef1c06a88add8a66f8906fa219ce8c471117a9812778766
7
+ data.tar.gz: de83bb65616448ccca96a405a021b19f80cbe9673df8cf65c63af24d2bdaa96efece1ea485b2786cfa7b3507f7f0ea301bd30d193c3f4218d18b67f3d2cfd695
data/.DS_Store ADDED
Binary file
data/.rubocop_todo.yml CHANGED
@@ -1,12 +1,12 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2025-12-25 02:22:03 UTC using RuboCop version 1.82.1.
3
+ # on 2025-12-26 13:22:14 UTC using RuboCop version 1.82.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
- # Offense count: 5
9
+ # Offense count: 6
10
10
  # This cop supports safe autocorrection (--autocorrect).
11
11
  Lint/RedundantCopDisableDirective:
12
12
  Exclude:
@@ -15,54 +15,64 @@ Lint/RedundantCopDisableDirective:
15
15
  - 'lib/qualspec/suite/dsl.rb'
16
16
  - 'lib/qualspec/suite/scenario.rb'
17
17
 
18
- # Offense count: 17
18
+ # Offense count: 1
19
+ Lint/ReturnInVoidContext:
20
+ Exclude:
21
+ - 'lib/qualspec/prompt_variant.rb'
22
+
23
+ # Offense count: 25
19
24
  # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
20
25
  Metrics/AbcSize:
21
26
  Max: 74
22
27
 
23
- # Offense count: 6
28
+ # Offense count: 12
24
29
  # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
25
30
  # AllowedMethods: refine
26
31
  Metrics/BlockLength:
27
32
  Max: 76
28
33
 
29
- # Offense count: 4
34
+ # Offense count: 5
30
35
  # Configuration parameters: CountComments, CountAsOne.
31
36
  Metrics/ClassLength:
32
37
  Max: 552
33
38
 
34
- # Offense count: 9
39
+ # Offense count: 12
35
40
  # Configuration parameters: AllowedMethods, AllowedPatterns.
36
41
  Metrics/CyclomaticComplexity:
37
- Max: 16
42
+ Max: 19
38
43
 
39
- # Offense count: 30
44
+ # Offense count: 45
40
45
  # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
41
46
  Metrics/MethodLength:
42
- Max: 69
47
+ Max: 60
43
48
 
44
- # Offense count: 2
49
+ # Offense count: 6
45
50
  # Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
46
51
  Metrics/ParameterLists:
47
52
  Max: 9
48
53
 
49
- # Offense count: 6
54
+ # Offense count: 10
50
55
  # Configuration parameters: AllowedMethods, AllowedPatterns.
51
56
  Metrics/PerceivedComplexity:
52
- Max: 16
57
+ Max: 20
58
+
59
+ # Offense count: 1
60
+ # Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros, UseSorbetSigs.
61
+ # NamePrefix: is_, has_, have_, does_
62
+ # ForbiddenPrefixes: is_, has_, have_, does_
63
+ # AllowedMethods: is_a?
64
+ # MethodDefinitionMacros: define_method, define_singleton_method
65
+ Naming/PredicatePrefix:
66
+ Exclude:
67
+ - 'spec/**/*'
68
+ - 'lib/qualspec/suite/reporter.rb'
53
69
 
54
70
  # Offense count: 21
55
71
  # Configuration parameters: AllowedConstants.
56
72
  Style/Documentation:
57
73
  Enabled: false
58
74
 
59
- # Offense count: 3
60
- # This cop supports safe autocorrection (--autocorrect).
61
- Style/EvalWithLocation:
62
- Exclude:
63
- - 'lib/qualspec/suite/builtin_behaviors.rb'
64
-
65
- # Offense count: 1
75
+ # Offense count: 6
66
76
  # This cop supports safe autocorrection (--autocorrect).
67
77
  # Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, AllowRBSInlineAnnotation, AllowCopDirectives, AllowedPatterns, SplitStrings.
68
78
  # URISchemes: http, https
data/docs/.DS_Store ADDED
Binary file