Don't we risk missing issues that require manual intervention if we run with --silent?
In this example, fmt --silent suggests everything went fine, but running check after shows that there are two issues that could not be fixed automatically.
Originally posted by @joelostblom in #152 (comment)
Not sure whether we should have linting of Markdown or not, or just use the IDE integration along with the formatter.
Don't we risk missing issues that require manual intervention if we run with
--silent?In this example,
fmt --silentsuggests everything went fine, but runningcheckafter shows that there are two issues that could not be fixed automatically.Originally posted by @joelostblom in #152 (comment)
Not sure whether we should have linting of Markdown or not, or just use the IDE integration along with the formatter.