VBA175 — Duplicate label¶
Severity: 🔴 error Category: control_flow Phase: 2.11
Description¶
The same line label is declared more than once in a procedure.
Failing example¶
Compliant example¶
How to fix¶
Rename or remove the duplicate label.
Source: src/rules.py — entry VBA175.