Skip to content

Commit

Permalink
Backfill affects_cache from plugins (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSchleifer authored Nov 12, 2024
1 parent adeb908 commit 34b029f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ lint:
cache_results: true
disable_upstream: false
max_concurrency: 1
direct_configs: [toolbox.toml, log4rs.yaml]
direct_configs: [toolbox.toml]
version_command:
parse_regex: ${semver}
run: trunk-toolbox --version
affects_cache:
- toolbox.toml
affects_cache: [toolbox.toml, log4rs.yaml]
environment:
- name: PATH
list: ["${linter}", "${env.PATH}"]
Expand Down

0 comments on commit 34b029f

Please sign in to comment.