VBA141 — Named argument specified more than once¶
Severity: 🔴 error Category: signature Phase: 2.9
Description¶
The same named argument appears twice in one call.
Failing example¶
Compliant example¶
How to fix¶
Pass each named argument at most once.
Source: src/rules.py — entry VBA141.