Skip to content

Commit

Permalink
(fix) Trunk now complains about its own auto-generated default config…
Browse files Browse the repository at this point in the history
… file.
  • Loading branch information
rrw-zilliqa committed Aug 30, 2024
1 parent d9dae63 commit 4485678
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# This file controls the behavior of Trunk: https://docs.trunk.io/cli
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
# To learn more about the format of this file,
# see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.22.4
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
# Trunk provides extensibility via plugins.
# (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
ref: v1.6.2
uri: https://github.com/trunk-io/plugins
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
# Many linters and tools depend on runtimes -
# configure them here. (https://docs.trunk.io/runtimes)
runtimes:
enabled:
- [email protected]
- [email protected]
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
# This is the section where you manage your linters.
# (https://docs.trunk.io/check/configuration)
lint:
enabled:
- [email protected]
Expand Down

0 comments on commit 4485678

Please sign in to comment.