voxpupuli / json-schema

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

Fix more rubocop violations #488

Closed bastelfreak closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 89.99% // Head: 89.98% // Decreases project coverage by -0.01% :warning:

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

:exclamation: Current head e176cd9 differs from pull request most recent head 91687a5. Consider uploading reports for the commit 91687a5 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #488 +/- ## ========================================== - Coverage 89.99% 89.98% -0.01% ========================================== Files 76 76 Lines 1579 1578 -1 ========================================== - Hits 1421 1420 -1 Misses 158 158 ``` | [Impacted Files](https://codecov.io/gh/voxpupuli/json-schema/pull/488?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli) | Coverage Δ | | |---|---|---| | [lib/json-schema/attribute.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/488?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/enum.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/488?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL2F0dHJpYnV0ZXMvZW51bS5yYg==) | `93.33% <100.00%> (ø)` | | | [lib/json-schema/errors/validation\_error.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/488?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL2Vycm9ycy92YWxpZGF0aW9uX2Vycm9yLnJi) | `100.00% <100.00%> (ø)` | | | [lib/json-schema/schema.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/488?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL3NjaGVtYS5yYg==) | `96.96% <100.00%> (ø)` | | | [lib/json-schema/schema/validator.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/488?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL3NjaGVtYS92YWxpZGF0b3IucmI=) | `87.50% <100.00%> (ø)` | | | [lib/json-schema/util/uuid.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/488?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL3V0aWwvdXVpZC5yYg==) | `47.40% <100.00%> (ø)` | | 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.