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

allow recursive container prefixes for cross-references: https://gith… #610

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

opoudjis
Copy link
Contributor

…ub.com/metanorma/metanorma-jis/issues/126

Metanorma PR checklist

@opoudjis opoudjis self-assigned this Nov 28, 2023
@@ -80,9 +80,9 @@ def reference_names(ref)
@anchors[ref["id"]] = { xref: "#{@anchors[ref['id']][:xref]} (draft)" }
end

def sequential_permission_body(id, block, label, klass, model)
def sequential_permission_body(id, block, label, klass, model, container: false)
Copy link

Choose a reason for hiding this comment

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

Avoid parameter lists longer than 5 parameters. [6/5]
Line is too long. [86/80]

Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (48f1351) 93.63% compared to head (a80e32f) 93.64%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #610   +/-   ##
=======================================
  Coverage   93.63%   93.64%           
=======================================
  Files          22       22           
  Lines        1006     1007    +1     
=======================================
+ Hits          942      943    +1     
  Misses         64       64           

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

@opoudjis opoudjis merged commit c9d5ece into main Nov 28, 2023
20 checks passed
@opoudjis opoudjis deleted the fix/recursive-prefix-container branch November 28, 2023 16:17
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