added lint reflection

This commit is contained in:
Paul Gauthier 2024-05-17 16:58:04 -07:00
parent fe65b7d11f
commit 4b0c38254e
2 changed files with 27 additions and 2 deletions

View file

@ -89,7 +89,7 @@ def basic_lint(fname, code):
)
context.add_lines_of_interest(errors)
context.add_context()
output = "# Syntax Errors found on the lines marked with █\n"
output = "# Syntax Errors found on the lines marked with █\n\n"
output += fname + ":\n"
output += context.format()