Skip to content

Commit

Permalink
Update trunk.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Feb 6, 2025
1 parent 4485898 commit 5e7ee64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: 0.1

cli:
version: 1.22.9
version: 1.22.10

# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
Expand All @@ -21,6 +21,10 @@ runtimes:

# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
ignore:
- linters: [ALL]
paths:
- "*.pb.go"
enabled:
- [email protected]
- [email protected]
Expand Down

0 comments on commit 5e7ee64

Please sign in to comment.