From 02c784b6c757b1070f5ea1c72bc16a969a91d3dc Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 7 Apr 2026 17:51:23 -0700 Subject: [PATCH] =?UTF-8?q?chore(config):=20=F0=9F=94=A7=20Update=20pnpm?= =?UTF-8?q?=20workspace=20settings=20and=20gdlintrc=20linting=20rules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- gdlintrc | 22 ++++++++++++---------- pnpm-workspace.yaml | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/gdlintrc b/gdlintrc index 99742c45..c41f26b4 100644 --- a/gdlintrc +++ b/gdlintrc @@ -36,9 +36,9 @@ sub-class-name: _?([A-Z][a-z0-9]*)+ # Limits (aligned with Lilith ecosystem standards) max-line-length: 100 -max-file-lines: 600 -max-public-methods: 30 -max-returns: 25 +max-file-lines: 500 +max-public-methods: 20 +max-returns: 6 function-arguments-number: 10 # Indentation: tabs (GDScript convention) @@ -47,13 +47,15 @@ tab-characters: 1 # Enabled checks # trailing-whitespace, unnecessary-pass, mixed-tabs-and-spaces are active (not null) +# Disabled checks +comparison-with-itself: null +duplicated-load: null +expression-not-assigned: null +no-elif-return: null +no-else-return: null +unused-argument: null + # Exclusions -disable: -- comparison-with-itself -- duplicated-load -- expression-not-assigned -- no-elif-return -- no-else-return -- unused-argument +disable: [] excluded_directories: !!set .git: null diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 775a61f3..c6b907ed 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,4 @@ packages: - src/simulator - src/packages/* - - games/*/guide + - public/games/*/guide