voxpupuli / json-schema

Ruby JSON Schema Validator
MIT License
1.52k stars 241 forks source link

Fix more rubocop violations #484

Closed bastelfreak closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 89.99% // Head: 89.99% // No change to project coverage :thumbsup:

Coverage data is based on head (9437acd) compared to base (d3d90ec). Patch coverage: 100.00% of modified lines in pull request are covered.

:exclamation: Current head 9437acd differs from pull request most recent head 42b9a88. Consider uploading reports for the commit 42b9a88 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #484 +/- ## ======================================= Coverage 89.99% 89.99% ======================================= Files 76 76 Lines 1579 1579 ======================================= Hits 1421 1421 Misses 158 158 ``` | [Impacted Files](https://codecov.io/gh/voxpupuli/json-schema/pull/484?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli) | Coverage Δ | | |---|---|---| | [lib/json-schema/attributes/type\_v4.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/484?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL2F0dHJpYnV0ZXMvdHlwZV92NC5yYg==) | `100.00% <ø> (ø)` | | | [lib/json-schema/validators/draft1.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/484?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL3ZhbGlkYXRvcnMvZHJhZnQxLnJi) | `100.00% <ø> (ø)` | | | [lib/json-schema/validators/draft2.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/484?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL3ZhbGlkYXRvcnMvZHJhZnQyLnJi) | `100.00% <ø> (ø)` | | | [lib/json-schema/validators/draft3.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/484?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL3ZhbGlkYXRvcnMvZHJhZnQzLnJi) | `100.00% <ø> (ø)` | | | [lib/json-schema/validators/draft4.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/484?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL3ZhbGlkYXRvcnMvZHJhZnQ0LnJi) | `100.00% <ø> (ø)` | | | [lib/json-schema/validators/draft6.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/484?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL3ZhbGlkYXRvcnMvZHJhZnQ2LnJi) | `100.00% <ø> (ø)` | | | [lib/json-schema/attribute.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/484?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL2F0dHJpYnV0ZS5yYg==) | `100.00% <100.00%> (ø)` | | | [lib/json-schema/attributes/allof.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/484?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL2F0dHJpYnV0ZXMvYWxsb2YucmI=) | `95.00% <100.00%> (ø)` | | | [lib/json-schema/attributes/anyof.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/484?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL2F0dHJpYnV0ZXMvYW55b2YucmI=) | `100.00% <100.00%> (ø)` | | | [lib/json-schema/attributes/extends.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/484?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL2F0dHJpYnV0ZXMvZXh0ZW5kcy5yYg==) | `74.19% <100.00%> (ø)` | | | ... and [9 more](https://codecov.io/gh/voxpupuli/json-schema/pull/484?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.