silverstripe / silverstripe-mfa

MultiFactor Authentication for Silverstripe CMS
BSD 3-Clause "New" or "Revised" License
11 stars 24 forks source link

MNT Ignore lint failure we can't fix yet #558

Closed GuySartorelli closed 1 month ago

GuySartorelli commented 1 month ago

Fixes https://github.com/silverstripe/silverstripe-mfa/actions/runs/10278330127/job/28442156742

Can't determine value of first argument to _t(). Use a simpler value.

After this has been merged, I'll open a PR for CMS 6 to change __CLASS__ here to __TRAIT__ instead. There's no reason for these to be per-class, and the text collector knows how to handle __TRAIT__ so it won't cause problems there.

Issue