#question regarding linter
1 messages · Page 1 of 1 (latest)
--check means print the incorrectly formatted files but don't fix them
and fails if there are any incorrectly formatted files
without --check it fixes the files
oh so i would have to format them? i thought it is just for detecting errors
not to be confused with --ast-check which enables more checks
ahh gotcha, thank you very much! <3
all errors already happen when you try to compile to a binary