plugins
plugins copied to clipboard
Trunk.io plugins repo
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...
👋 hullo! trunk doesn't appear to surface `biome format` errors, not sure why, haven't dug into it. still on WSL. here's a malformed biome config that complains correctly when run...
It seems like `trunk upgrade -v` is very very slow here.  I've tested it much longer as well. Anyone can help with that? Infos about my system: OS: Manjaro...
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.7` | `20.12.8` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)...
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...
Create new snapshots from https://github.com/trunk-io/plugins/actions/runs/8935972428
[[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...
Let me open the feature request in the repository, since `trunk-io/trunk-action` doesn't allow me to create issues. Currently, [`trunk-io/trunk-action/upgrade`](https://github.com/trunk-io/trunk-action/tree/main/upgrade) doesn't support [signed commit](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits). If we turn on the setting that...
* phpunit for running unittests * paratest for running the same unitests in parallel * php-cs-fixer for enforcing formatting. php-cs-fixer could be considered to be promoted to being a linter...
Quick fixes have stopped working for me. Now I just get stuck on “Checking for quick fixes...” and the following warning in the Extension Host console: ```log [warning] trunk.io -...