-
Notifications
You must be signed in to change notification settings - Fork 1
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
Parsing source elements to math #216
Conversation
gsub("ω", "omega") | ||
end | ||
|
||
def html_entities_to_stem(input) |
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.
Assignment Branch Condition size for html_entities_to_stem is too high. [<0, 36, 0> 36/15]
Method has too many lines. [36/10]
html_entities_to_asciimath(text.decode_html) | ||
end | ||
|
||
def html_entities_to_asciimath(input) |
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.
Assignment Branch Condition size for html_entities_to_asciimath is too high. [<0, 36, 0> 36/15]
Method has too many lines. [36/10]
) | ||
end | ||
|
||
def html_to_asciimath(input) |
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.
Assignment Branch Condition size for html_to_asciimath is too high. [<10, 48, 14> 50.99/15]
Cyclomatic complexity for html_to_asciimath is too high. [15/6]
Method has too many lines. [52/10]
Perceived complexity for html_to_asciimath is too high. [14/7]
|
||
private | ||
|
||
def mathml_to_asciimath(input) |
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.
Assignment Branch Condition size for mathml_to_asciimath is too high. [<3, 16, 6> 17.35/15]
Method has too many lines. [22/10]
Rubocop is working fine locally, but hound is commenting due to this issue -> houndci/hound#1842 |
FIGURE_TWO_REGEX = "#{FIGURE_ONE_REGEX}\\s*#{FIGURE_ONE_REGEX}" | ||
IMAGE_PATH_PREFIX = "image::/assets/images/parts" | ||
|
||
def parse_anchor_tag(text, term_domain) |
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.
Method has too many lines. [37/10]
Old
New
closes #122