29 Commits

Author SHA1 Message Date
Adrien Ufferte c6f7ef833d Cleaning 2026-04-17 10:10:58 +02:00
Adrien Ufferte e169f066ac Clean github checks 2026-04-17 09:35:06 +02:00
Adrien Ufferte 1846940181 Check translations 2026-02-13 10:30:11 +01:00
Adrien Ufferte 787d4d089c Nomenclatures corrections 2025-09-05 15:55:48 +02:00
Adrien Ufferte 8e383b9e3b Optimized parameter parsing by appending characters to a list and joining once, improving performance on long strings
Added strict delimiter handling and empty-parameter filtering to catch unbalanced expressions and discard blank entries
2025-08-22 13:50:53 +02:00
Adrien Ufferte 946427a896 Handle quotes and debug stripping of last element 2025-08-21 08:51:29 +02:00
Adrien Ufferte 01f7c2b9c7 Improve auto tests by handling nested structures 2025-08-21 08:51:29 +02:00
Adrien Ufferte 560ea352e9 Remove temp folders and local-only folders from the file-naming check 2025-08-18 13:47:51 +02:00
Adrien Ufferte f55ddd0319 Add folder exception since the sub-folders of script-templates must be the same as the names of the nodes, which follow the PascalCase convention, and not the snake_case convention 2025-08-11 11:43:07 +02:00
Adrien Ufferte 6204d5b700 Make workflow scripts easier to read by avoiding variable names not explicit 2025-07-04 16:27:48 +02:00
Adrien Ufferte 35733b8b18 Enhance workflow error messages 2025-06-10 20:24:29 +02:00
Adrien Ufferte d05dacc14f Improve workflow failure comments 2025-06-10 17:26:21 +02:00
Adrien Ufferte 810354a7fd Add single-char variable check workflow 2025-06-09 23:35:49 +02:00
Adrien Ufferte f06ec70998 Fix param parsing in GD nomenclature check 2025-06-09 21:34:11 +02:00
Adrien Ufferte bcfd0a85d3 Allow underscore prefixed constants 2025-06-09 21:25:31 +02:00
Adrien Ufferte 7d87e05df5 Print issue count before list 2025-06-09 20:42:45 +02:00
Adrien Ufferte f79f14ccf5 check args 2025-06-09 20:42:45 +02:00
Adrien Ufferte fc76388a3e Detect loop variables in naming check 2025-06-09 20:42:45 +02:00
Adrien Ufferte 56b784b8e0 Add total issue count to naming check 2025-06-09 20:42:45 +02:00
Adrien Ufferte 244d79c4af Improve GDScript naming error messages 2025-06-09 20:42:45 +02:00
Adrien Ufferte f732a5e4f2 Add GDScript naming convention check 2025-06-09 20:42:45 +02:00
Adrien Ufferte ffa4f91941 Show count of invalid names 2025-06-06 14:07:44 +02:00
Adrien Ufferte 02cc37b233 Skip hidden directories in naming lint 2025-06-06 14:07:38 +02:00
Adrien Ufferte 611871af0a Extend file naming linter 2025-06-06 14:07:33 +02:00
Adrien Ufferte 8397fb9e7f Rename linter workflow and script 2025-06-06 14:07:27 +02:00
Adrien Ufferte 9b942ab178 Extend script naming linter to scenes 2025-06-06 14:07:22 +02:00
Adrien Ufferte 73bea0cb89 Update script naming linter 2025-06-06 14:07:16 +02:00
Adrien Ufferte 4ecb7b286f Improve script naming linter with suggestions 2025-06-06 14:07:10 +02:00
Adrien Ufferte 85b18b1564 Add script naming linter workflow 2025-06-06 14:07:03 +02:00