VBA_LEX005 — Identifier too long¶
Severity: 🔴 error Category: lexer Phase: 3.9
Description¶
VBA identifiers (names) are limited to 255 characters.
Failing example¶
Compliant example¶
How to fix¶
Shorten the identifier to 255 characters or fewer.
Source: src/rules.py — entry VBA_LEX005.