chore(config): 🔧 Update pnpm workspace settings and gdlintrc linting rules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
e26a220004
commit
02c784b6c7
2 changed files with 13 additions and 11 deletions
22
gdlintrc
22
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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
packages:
|
||||
- src/simulator
|
||||
- src/packages/*
|
||||
- games/*/guide
|
||||
- public/games/*/guide
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue