voxpupuli / json-schema

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

fix rubocop whitespace violations #489

Closed bastelfreak closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

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

Coverage data is based on head (1d32f61) compared to base (e697968). Patch coverage: 87.87% of modified lines in pull request are covered.

:exclamation: Current head 1d32f61 differs from pull request most recent head 110ec69. Consider uploading reports for the commit 110ec69 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #489 +/- ## ======================================= Coverage 89.98% 89.98% ======================================= Files 76 76 Lines 1578 1578 ======================================= Hits 1420 1420 Misses 158 158 ``` | [Impacted Files](https://codecov.io/gh/voxpupuli/json-schema/pull/489?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/properties.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/489?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL2F0dHJpYnV0ZXMvcHJvcGVydGllcy5yYg==) | `100.00% <ø> (ø)` | | | [lib/json-schema/util/uuid.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/489?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL3V0aWwvdXVpZC5yYg==) | `47.40% <50.00%> (ø)` | | | [lib/json-schema/validator.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/489?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hL3ZhbGlkYXRvci5yYg==) | `85.06% <88.46%> (ø)` | | | [lib/json-schema.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/489?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=voxpupuli#diff-bGliL2pzb24tc2NoZW1hLnJi) | `81.81% <100.00%> (ø)` | | | [lib/json-schema/errors/validation\_error.rb](https://codecov.io/gh/voxpupuli/json-schema/pull/489?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/489?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%> (ø)` | | 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.