mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
Added options for automatic linting and testing after changes.
This commit is contained in:
parent
398a1300dc
commit
9ee332f5d9
5 changed files with 106 additions and 44 deletions
|
@ -168,7 +168,7 @@ class Commands:
|
|||
linted = False
|
||||
for fname in fnames:
|
||||
try:
|
||||
errors = self.coder.linter.lint(fname)
|
||||
errors = self.coder.linter.lint(fname, cmd=args)
|
||||
linted = True
|
||||
except FileNotFoundError as err:
|
||||
self.io.tool_error(f"Unable to lint {fname}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue