mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 07:35:00 +00:00
copy
This commit is contained in:
parent
2f5d3b4e00
commit
e8c8b5cb4a
2 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ Aider comes with built in linters for
|
|||
[most popular languages](/docs/languages.html)
|
||||
and will automatically lint code in these languages.
|
||||
|
||||
Or you can specify you favorite linter
|
||||
Or you can specify your favorite linter
|
||||
with the `--lint-cmd <cmd>` switch.
|
||||
The lint command should accept the filenames
|
||||
of the files to lint.
|
||||
|
@ -54,6 +54,6 @@ To do this,
|
|||
provide a `--test-cmd` which both builds and tests the project.
|
||||
You could create a small shell script for this.
|
||||
Or you may be able to do something as simple as
|
||||
`--test-cmd dotnet build && dotnet test`.
|
||||
`--test-cmd dotnet "build && dotnet test"`.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue