IDENTIFIER_TOO_LONG¶
Severity: info.
PLCopen: N6 — set and enforce a team-agreed maximum identifier length.
A declared identifier is longer than the configured cap. No-op when no cap is set.
Settings. limits.max_identifier_length in .plc-st-review.yml. 0 or absent disables the check. The PLCopen preset sets it to 32.
Trigger. (With the cap set to 24.)
The bot posts.
Fix. Shorten the name (drop redundant words, use the team's standard abbreviations), or raise the cap if your team prefers longer descriptive names.