spdx / spdx-3-model

Other
64 stars 41 forks source link

Add spacing for better readability. #757

Closed vargenau closed 2 months ago

goneall commented 2 months ago

@vargenau - if you could resolve the merge conflicts, I can merge this in

bact commented 2 months ago

Already fixed by #723

The issue with one long paragraph in https://spdx.github.io/spdx-spec/v3.0/model/Core/Classes/NamespaceMap/ comes from the fact that the ordered list:

  1. Use 1) 2) 3) instead of 1. 2. 3.
  2. Use 3 spaces for indent

This is already fixed in main. See NamespaceMap.md

Spacing issue in https://spdx.github.io/spdx-spec/v3.0/model/Core/Properties/dataLicense/ is also got fixed. See dataLicense

kestewart commented 2 months ago

Ok, I took a pass at fixing the conflicts. Hopefully it's ok. If not, we'll do a new PR. Merging this.

bact commented 2 months ago

Please see #760 for the fix for 1. vs 1)