mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
added lint reflection
This commit is contained in:
parent
fe65b7d11f
commit
4b0c38254e
2 changed files with 27 additions and 2 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue