checksrc: allow disabling warnings on FIXME/TODO comments

Follow-up to 71ace9f3c1

Closes #19048
This commit is contained in:
Viktor Szakats 2025-10-13 13:44:23 +02:00
parent 6deea19eb4
commit 497b3f022e
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -134,6 +134,7 @@ my %warnings = (
'EQUALSNULL' => 'if/while comparison with == NULL',
'ERRNOVAR' => 'use of bare errno define',
'EXCLAMATIONSPACE' => 'Whitespace after exclamation mark in expression',
'FIXME' => 'FIXME or TODO comment',
'FOPENMODE' => 'fopen needs a macro for the mode string',
'INCLUDEDUP', => 'same file is included again',
'INDENTATION' => 'wrong start column for code',