I am running the DAML linter using daml damlc lint ./daml/Setup.daml. Currently, the linter stops as soon as it encounters the first error in the file. I would like it to continue linting and report all errors found in the file in a single run. Is there a configuration option, flag, or recommended approach to make daml damlc lint report all errors instead of failing fast?