summaryrefslogtreecommitdiff
path: root/coccinelle/const-strlen.disabled
Commit message (Collapse)AuthorAgeFilesLines
* coccinelle: further restrict certain transformationsFrantisek Sumsal2019-04-301-0/+14
Some transformations generate results we don't want to keep, so let's disable such transformations for specific files. Also, disable const-strlen.cocci everywhere, as the STRLEN macro has a pretty limited scope, so the transformation generates false positives in most cases.