While I'm not thrilled about this practice and unconvinced it's ever the right approach (see discussion on "expert teams" in T1344), it's widespread in other lint infrastructure and not wildly unreasonable. Basically, allow a comment on a line to suppress specific lint warnings emitted on that line:
$committ_messsage = "..."; // @suppress SPELL1
...with some comment text like "@suppress", @arc-no-lint or similar.