🎁 NewDocumentation Index
Fetch the complete documentation index at: https://docs.trunk.io/llms.txt
Use this file to discover all available pages before exploring further.
- Added a new severity level,
note, which is not blocking by default. - Trunk can now upload issues to our web app without requiring our GitHub app to be installed.
- Trunk now provides more informative text for many commands.
- Trunk will now attempt to repair symlinks in the
.trunkdirectory on startup. - Added support for gzipped executables via the
rename_single_fileoption. Learn more.
- Fixed an off-by-one error in the LSP server when a file did not end with a newline.
- Addressed several edge cases where Trunk would incorrectly complain that a
trunk-ignorewas not suppressing an issue. - A
trunk-ignorethat is not suppressing a lint issue is now assignednoteseverity and is not blocking by default. - Fixed an edge case involving
golangci-lintand Trunk’s sandboxing.