-
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
single base tag in metanorma: https://github.com/metanorma/metanorma/… #87
Conversation
# | ||
#def xml_namespace | ||
#configuration.document_namespace || XML_NAMESPACE | ||
#end |
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.
Missing space after #.
#end | ||
# | ||
#def xml_namespace | ||
#configuration.document_namespace || XML_NAMESPACE |
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.
Incorrect indentation detected (column 8 instead of 6).
Missing space after #.
#configuration.xml_root_tag || XML_ROOT_TAG | ||
#end | ||
# | ||
#def xml_namespace |
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.
Incorrect indentation detected (column 6 instead of 8).
Missing space after #.
#def xml_root_tag | ||
#configuration.xml_root_tag || XML_ROOT_TAG | ||
#end | ||
# |
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.
Incorrect indentation detected (column 0 instead of 6).
end | ||
#def xml_root_tag | ||
#configuration.xml_root_tag || XML_ROOT_TAG | ||
#end |
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.
Incorrect indentation detected (column 6 instead of 0).
Missing space after #.
configuration.document_namespace || XML_NAMESPACE | ||
end | ||
#def xml_root_tag | ||
#configuration.xml_root_tag || XML_ROOT_TAG |
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.
Incorrect indentation detected (column 8 instead of 6).
Missing space after #.
def xml_namespace | ||
configuration.document_namespace || XML_NAMESPACE | ||
end | ||
#def xml_root_tag |
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.
Incorrect indentation detected (column 6 instead of 8).
Missing space after #.
@@ -27,7 +27,7 @@ | |||
Metanorma::Generic.configure do |cn| | |||
cn.organization_name_short = Metanorma::Generic::ORGANIZATION_NAME_SHORT | |||
cn.organization_name_long = Metanorma::Generic::ORGANIZATION_NAME_LONG | |||
cn.document_namespace = Metanorma::Generic::DOCUMENT_NAMESPACE | |||
#cn.document_namespace = Metanorma::Generic::DOCUMENT_NAMESPACE |
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.
Missing space after #.
…issues/440
Metanorma PR checklist