mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
Updated lint command to commit after fixing problems.
This commit is contained in:
parent
828a5264b0
commit
bc06d8623c
3 changed files with 4 additions and 4 deletions
|
@ -154,7 +154,7 @@ class Commands:
|
|||
self.coder.repo.commit(message=commit_message)
|
||||
|
||||
def cmd_lint(self, args):
|
||||
"Run the linter on all dirty files, fix problems and then commit"
|
||||
"Commit, run the linter on all dirty files, fix problems and commit again"
|
||||
|
||||
if not self.coder.repo:
|
||||
self.io.tool_error("No git repository found.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue