Closed
Description
Thanks a lot for LuaLS, this is a really great project!
We are running LuaLS during the CI build to check type annotations using the --check
command line option.
I would like to propose two usability improvements for the --check
mode:
Exit code
The program should exit with a status code other than 0
when it finds problems.
- Currently it always exits with status
0
even if it finds problems. This would simplify checking build success or failure.
Log problems
The program should log each problem to stdout or stderr
- Currently users need to download
check.json
which is hard to read - When the program logs problems, users could immediately see problems without downloading a file
Metadata
Metadata
Assignees
Labels
No labels