tnantoka/plate

View on GitHub
test/lexer_test.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method test_tokenize has 72 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def test_tokenize
      tokens = [
        [:FRONT_MATTER, front_matter], [:NEWLINE, "\n"],
        [:HEADER, '#'], [:STRING, 'Main'],
          [:INDENT, 2],
Severity: Major
Found in test/lexer_test.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status