Dlang-UPB / D-scanner

Fork of the official D-scanner that uses dmd-as-a-lib
Boost Software License 1.0
6 stars 2 forks source link

Parameters that start with underscore should be excluded from unused variables checks #160

Open nordlow opened 1 month ago

nordlow commented 1 month ago

The warning

Parameter ... is never used

should be enhanced with supplemental messages

. Prefix parameter .. with underscore to ignore this diagnostics.
nordlow commented 1 week ago

Alternatively hint at disabling qualification of @nolint attribute.