Skip to content

Commit 89916b8

Browse files
committed
Fix Trunk ignore: use glob patterns for appsflyer-6 and gradlew
Made-with: Cursor
1 parent 81b3a54 commit 89916b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.trunk/trunk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ lint:
6565
ignore:
6666
- linters: [ALL]
6767
paths:
68-
- gradlew
68+
- "**/gradlew"
6969
- scripts/install-start-emulator.sh
70-
- kits/appsflyer/appsflyer-6/
70+
- kits/appsflyer/appsflyer-6/**
7171
actions:
7272
enabled:
7373
- trunk-announce

0 commit comments

Comments
 (0)