Skip to content

Commit 817c526

Browse files
committed
ci: stabilize trunk and android lint checks
1 parent 48b5b51 commit 817c526

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.trunk/trunk.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,14 @@ lint:
4343
- dotenv-linter@3.3.0
4444
# ESLint 9+ defaults to flat config only; this repo uses .eslintrc.js (ESLint 8 style).
4545
# Trunk runs ESLint in an isolated env without the repo's node_modules; bundle the same
46-
# plugins/parser as package.json plus the sample app config so ESLint resolves in CI.
46+
# plugins/parser as package.json plus the sample app config/plugins so ESLint resolves in CI.
4747
- eslint@8.57.0:
4848
packages:
4949
- '@react-native/eslint-config@0.84.0'
50-
- '@typescript-eslint/eslint-plugin@5.62.0'
51-
- '@typescript-eslint/parser@5.62.0'
50+
- '@typescript-eslint/eslint-plugin@8.56.1'
51+
- '@typescript-eslint/parser@8.56.1'
5252
- 'eslint-config-prettier@8.10.0'
53+
- 'eslint-plugin-jest@29.15.0'
5354
- 'eslint-plugin-prettier@4.2.1'
5455
- git-diff-check
5556
- ktlint@0.43.2

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Specifies the JVM arguments used for the daemon process.
1111
# The setting is particularly useful for tweaking memory settings.
1212
# Default value: -Xmx512m -XX:MaxMetaspaceSize=256m
13-
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
13+
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m
1414

1515
# When configured, Gradle will run in incubating parallel mode.
1616
# This option should only be used with decoupled projects. More details, visit

0 commit comments

Comments
 (0)