reitzig/texlogparser

View on GitHub
lib/tex_log_parser/patterns/bad_hbox_warning.rb

Summary

Maintainability
A
0 mins
Test Coverage

Showing 2 of 2 total issues

Unnecessary spacing detected.
Open

end_line = @start_match[3].nil? ? from_line : @start_match[3].to_i

Operator : should be surrounded by a single space.
Open

end_line = @start_match[3].nil? ? from_line : @start_match[3].to_i
Category
Status