lutaml-jsonschema 0.1.15 → 0.1.17

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: a01871af7f67b7fac28c6c32abf7397d48af9c14cc95004849310f8f1b3d13cc
4
- data.tar.gz: 119580a2cacbf4374811f05765074442fa06d25e733f81b65aec40f18a1069b0
3
+ metadata.gz: a510965cb5b2a1815007d9e5ae6dbd587d4ac431b6b5c600324f855e33443ca5
4
+ data.tar.gz: 74c3d962eaabbe06518b32d4366b4ca4f017cef900cc3ce6610c8a3ebbcc705a
5
5
  SHA512:
6
- metadata.gz: 17e159091bff17f2d15ec5aefac90e6bff786a3df02677cb40bb24f635e4f2fc3785173d9336d5f7e5636a230cb1c1a21ade16d4d3155841d7ddcd3ae7d3207d
7
- data.tar.gz: d3c1630021ee7690da9dff15293668fef1dc464c26493f7347d726c6e976f946c1e89057180023eb6aff4851ed011f9894ef6475b1118dfd823f4ce258bba69e
6
+ metadata.gz: 52e34466cd3d104c64746aeecfe69e8c79b44fcb8e75bc3c2005b3a79027838422e480486ae44dc0b9cae2c40fbc1fcba68e8da0950f272e01695d5fe3f53783
7
+ data.tar.gz: 380679dc0b84274ee54ea25fa0860b93e041e98020b17947e9673a5c75a83022f1ee144afc746d31b27650d467fe9b77ac14801f63175ae531e49fac1abe71d2
data/.rubocop_todo.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2026-05-13 07:41:21 UTC using RuboCop version 1.86.1.
3
+ # on 2026-05-27 07:40:36 UTC using RuboCop version 1.86.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
@@ -11,15 +11,38 @@ Gemspec/RequiredRubyVersion:
11
11
  Exclude:
12
12
  - 'lutaml-jsonschema.gemspec'
13
13
 
14
- # Offense count: 1
14
+ # Offense count: 2
15
+ # This cop supports safe autocorrection (--autocorrect).
16
+ # Configuration parameters: EnforcedStyle, IndentationWidth.
17
+ # SupportedStyles: with_first_element, with_fixed_indentation
18
+ Layout/ArrayAlignment:
19
+ Exclude:
20
+ - 'spec/lutaml/spa_builder_spec.rb'
21
+
22
+ # Offense count: 5
15
23
  # This cop supports safe autocorrection (--autocorrect).
16
24
  # Configuration parameters: EnforcedStyleAlignWith.
17
25
  # SupportedStylesAlignWith: either, start_of_block, start_of_line
18
26
  Layout/BlockAlignment:
19
27
  Exclude:
20
28
  - 'lib/lutaml/jsonschema/spa/spa_builder.rb'
29
+ - 'spec/lutaml/spa_builder_spec.rb'
30
+
31
+ # Offense count: 4
32
+ # This cop supports safe autocorrection (--autocorrect).
33
+ Layout/BlockEndNewline:
34
+ Exclude:
35
+ - 'spec/lutaml/spa_builder_spec.rb'
36
+
37
+ # Offense count: 8
38
+ # This cop supports safe autocorrection (--autocorrect).
39
+ # Configuration parameters: Width, EnforcedStyleAlignWith, AllowedPatterns.
40
+ # SupportedStylesAlignWith: start_of_line, relative_to_receiver
41
+ Layout/IndentationWidth:
42
+ Exclude:
43
+ - 'spec/lutaml/spa_builder_spec.rb'
21
44
 
22
- # Offense count: 28
45
+ # Offense count: 34
23
46
  # This cop supports safe autocorrection (--autocorrect).
24
47
  # Configuration parameters: Max, AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, AllowRBSInlineAnnotation, AllowCopDirectives, AllowedPatterns, SplitStrings.
25
48
  # URISchemes: http, https
@@ -62,7 +85,7 @@ Metrics/AbcSize:
62
85
  - 'lib/lutaml/jsonschema/schema_set.rb'
63
86
  - 'lib/lutaml/jsonschema/spa/spa_builder.rb'
64
87
 
65
- # Offense count: 3
88
+ # Offense count: 5
66
89
  # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
67
90
  # AllowedMethods: refine
68
91
  Metrics/BlockLength:
@@ -78,7 +101,7 @@ Metrics/CyclomaticComplexity:
78
101
  - 'lib/lutaml/jsonschema/reference_resolver.rb'
79
102
  - 'lib/lutaml/jsonschema/schema_set.rb'
80
103
 
81
- # Offense count: 17
104
+ # Offense count: 18
82
105
  # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
83
106
  Metrics/MethodLength:
84
107
  Max: 47
@@ -107,6 +130,17 @@ Naming/PredicateMethod:
107
130
  Exclude:
108
131
  - 'lib/lutaml/jsonschema/schema_set.rb'
109
132
 
133
+ # Offense count: 7
134
+ # This cop supports safe autocorrection (--autocorrect).
135
+ # Configuration parameters: EnforcedStyle, ProceduralMethods, FunctionalMethods, AllowedMethods, AllowedPatterns, AllowBracesOnProceduralOneLiners, BracesRequiredMethods.
136
+ # SupportedStyles: line_count_based, semantic, braces_for_chaining, always_braces
137
+ # ProceduralMethods: benchmark, bm, bmbm, create, each_with_object, measure, new, realtime, tap, with_object
138
+ # FunctionalMethods: let, let!, subject, watch
139
+ # AllowedMethods: lambda, proc, it
140
+ Style/BlockDelimiters:
141
+ Exclude:
142
+ - 'spec/lutaml/spa_builder_spec.rb'
143
+
110
144
  # Offense count: 2
111
145
  # This cop supports unsafe autocorrection (--autocorrect-all).
112
146
  Style/IdenticalConditionalBranches: