Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add OGC abbreviation to metadata, refactor organisation contributor m… #607

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

opoudjis
Copy link
Contributor

@opoudjis opoudjis commented Nov 23, 2023

…etadata: https://github.com/metanorma/metanorma-nist/issues/103

Metanorma PR checklist

@opoudjis opoudjis self-assigned this Nov 23, 2023
return unless node.attr("committee")
def org_abbrev
{ "Open Geospatial Consortium" => "OGC" }
end
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

end at 84, 6 is not aligned with def at 82, 7.

end

def metadata_committee(node, xml)
return unless node.attr("committee")
def org_abbrev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use 2 (not 3) spaces for indentation.
Inconsistent indentation detected.

Copy link

codecov bot commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a321cf2) 93.62% compared to head (5a5e451) 93.63%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #607      +/-   ##
==========================================
+ Coverage   93.62%   93.63%   +0.01%     
==========================================
  Files          22       22              
  Lines        1004     1006       +2     
==========================================
+ Hits          940      942       +2     
  Misses         64       64              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@opoudjis opoudjis merged commit 755427d into main Nov 24, 2023
24 checks passed
@opoudjis opoudjis deleted the features/logos branch November 24, 2023 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant