-
Notifications
You must be signed in to change notification settings - Fork 3
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… #548
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #548 +/- ##
==========================================
+ Coverage 95.33% 95.72% +0.39%
==========================================
Files 77 77
Lines 5333 5336 +3
==========================================
+ Hits 5084 5108 +24
+ Misses 249 228 -21 ☔ View full report in Codecov by Sentry. |
@anchors[block["id"]] = model.postprocess_anchor_struct( | ||
block, anchor_struct(id, block, | ||
label, klass, block["unnumbered"]) | ||
def sequential_permission_body(id, elem, label, klass, model, container: false) |
There was a problem hiding this comment.
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]
Unused method argument - container.
Line is too long. [85/80]
@labels["table"], "table", t["unnumbered"] | ||
) | ||
end | ||
end | ||
|
||
def sequential_formula_names(clause) | ||
def sequential_formula_names(clause, container: false) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused method argument - container.
…ub.com/metanorma/metanorma-jis/issues/126
Metanorma PR checklist