summaryrefslogtreecommitdiff
path: root/.lgtm
Commit message (Collapse)AuthorAgeFilesLines
* lgtm: replace the query used for looking for fgets with a more general queryEvgeny Vereshchagin2019-03-122-21/+30
| | | | | | | to make it easier to comlain about `strtok` :-) Inspired by https://github.com/systemd/systemd/pull/11963, which, in turn, was prompted by https://github.com/systemd/systemd/pull/11555.
* lgtm: drop redundant newlinesEvgeny Vereshchagin2018-10-261-2/+0
|
* lgtm: add a custom query for catching the use of fgetsEvgeny Vereshchagin2018-10-261-0/+23
As everybody knows, nodoby really reads CODING_STYLE (especially the last paragraph :-)) so let's utilize LGTM to help us catch the use of fgets.