aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-linter/linter_test.go
Commit message (Collapse)AuthorAgeFilesLines
* tools/syz-linter: add custom linterDmitry Vyukov2020-07-041-0/+15
For now we have 2 simple checks: 1. for multiline comments: /* */ -> // 2. for string len comparison with 0: len(str) != 0 -> str != "" Update #1876