From 5c71187db1e50ceddc976aada5ab67d90e55c4ad Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 10 Jul 2024 07:34:41 -0500 Subject: [PATCH] Tell trunk to ignore bin folder --- .trunk/trunk.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 8a2f18ad5..cbb4d83c9 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -1,6 +1,6 @@ version: 0.1 cli: - version: 1.22.1 + version: 1.22.2 plugins: sources: - id: trunk @@ -31,6 +31,9 @@ lint: - gitleaks@8.18.2 - clang-format@16.0.3 - prettier@3.2.5 +ignore: + - linters: [ALL] + paths: bin/** runtimes: enabled: - python@3.10.8