Tyler Jang
Tyler Jang
Adds lsp client for [Trunk](https://docs.trunk.io/check), a meta-linter framework. I'm pretty new to emacs lisp, so happy to address any feedback!
**Describe the bug** After installing semgrep 1.54.2 on MacOS, get `OSError: [Errno 8] Exec format error`. This only happens on newer versions and only on MacOS. I suspected the wrong...
Fixes https://github.com/trunk-io/plugins/issues/771 for cases of malformed config. `biome fmt` outputs an exit code of 1. For lint, we have to have `success_codes: [0, 1]`, but for format we can just...
1. Updates and streamlines the copy for `README.md`, `CONTRIBUTING.md`, and `tests/README.md` to only focus on the important points and self-reference each other more clearly - Also underscores the autogen feature...
[[email protected]](https://eslint.org/blog/2024/04/eslint-v9.0.0-released/) was released and with it a major change to how eslint is configured. The [migration process](https://eslint.org/docs/latest/use/configure/migration-guide) is nontrivial and may not be an option/priority for every project. Additionally, upgrading...
TODO Now that timeouts are enforced during Mac executions, we can support dotnet-format. In rare cases it may require retries, but generally it should work.
Primarily to support VSCode SCM. Note that we don't support running on files in `.git/` right now, so this is just a prototype.
- Update information to the severity/threshold section to note that we also support the `note` level (and update output types accordingly). - Document that we surface info on unused diagnostics,...
Brought to attention by https://github.com/trunk-io/plugins/issues/832. Brought up to date to support the filetypes defined [here](https://protobuf.dev/reference/protobuf/textformat-spec/#text-format-files)
Follow-up to #875. They now support it in [v1.4.0](https://github.com/sbdchd/squawk/releases/tag/v1.4.0)!