aider
aider copied to clipboard
Indication of started linting
Issue
If we are using a custom lint command and this command takes some time (10s for example), the aider just freezes during this period without any indication that linting has started. This happens in both the GUI and terminal interface.
Displaying "Linting started..." after "Applied edit to ..." would resolve the confusion.
Version and model info
aider: v0.39.0
Thanks for trying aider and filing this issue.
Can your lint command print something?
Or you could try --lint-cmd "echo Starting lint... ; my-lint-cmd" or use a shell script to the same effect.