2026-05-06
- corvée(gitignore) exclus les fichiers CSS compilés
This commit is contained in:
parent
67f96263df
commit
2ef5fbba66
102 changed files with 996 additions and 209370 deletions
|
|
@ -7179,7 +7179,7 @@
|
|||
"type": "array"
|
||||
},
|
||||
"workspace": {
|
||||
"default": "/home/gcch/Répertoires/git.gcch.fr/gcch/haiku-atelier-2024",
|
||||
"default": "/home/gcch/Répertoires/git.gcch.fr/haiku-atelier-2024",
|
||||
"description": "The workspace directory from which to start scanning.\n\nDefaults to the current working directory.",
|
||||
"type": "string"
|
||||
}
|
||||
|
|
@ -8297,7 +8297,7 @@
|
|||
},
|
||||
"includes": [],
|
||||
"paths": [],
|
||||
"workspace": "/home/gcch/Répertoires/git.gcch.fr/gcch/haiku-atelier-2024"
|
||||
"workspace": "/home/gcch/Répertoires/git.gcch.fr/haiku-atelier-2024"
|
||||
},
|
||||
"description": "Source discovery and workspace configuration.\n\nDefines the workspace root, source paths to scan, and exclusion patterns.\nThis configuration determines which PHP files are loaded into the database\nfor analysis, linting, or formatting."
|
||||
},
|
||||
|
|
@ -8309,7 +8309,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"threads": {
|
||||
"default": 12,
|
||||
"default": 4,
|
||||
"description": "Number of worker threads for parallel processing.\n\nControls the thread pool size used by Rayon for parallel operations.\nIf set to 0, defaults to the number of logical CPUs available.\nCan be overridden via `MAGO_THREADS` environment variable or `--threads` CLI flag.",
|
||||
"format": "uint",
|
||||
"minimum": 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue