summaryrefslogtreecommitdiff
path: root/lib/checksrc.whitelist
Commit message (Collapse)AuthorAgeFilesLines
* lib/checksrc.whitelist: not needed anymoreDaniel Stenberg2016-04-191-8/+0
| | | | ... as checksrc now skips comments
* checksrc.whitelist: remove fopen() usesDaniel Stenberg2016-04-031-4/+0
|
* checksrc.whitelist: "missing space after close paren"Daniel Stenberg2015-11-071-0/+1
| | | | ... when it was within a string!
* checksrc: add crude // detectionDaniel Stenberg2015-10-211-0/+1
|
* checksrc: detect fopen() for text without the FOPEN_* macrosDaniel Stenberg2015-06-021-0/+4
| | | | | | | | Follow-up to e8423f9ce150 with discussionis in https://github.com/bagder/curl/pull/258 This check scans for fopen() with a mode string without 'b' present, as it may indicate that an FOPEN_* define should rather be used.
* checksrc: introduce a whitelisting conceptDaniel Stenberg2015-03-171-0/+6