Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lgtm: complain about accept() [people should use accept4() instead, due to ↵ | Lennart Poettering | 2019-04-10 | 1 | -0/+3 |
| | | | | O_CLOEXEC] | ||||
* | lgtm: warn about strerror() use | Lennart Poettering | 2019-04-05 | 1 | -0/+3 |
| | |||||
* | lgtm: beef up list of dangerous/questionnable API calls not to make | Lennart Poettering | 2019-04-02 | 1 | -2/+20 |
| | |||||
* | lgtm: replace the query used for looking for fgets with a more general query | Evgeny Vereshchagin | 2019-03-12 | 2 | -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 newlines | Evgeny Vereshchagin | 2018-10-26 | 1 | -2/+0 |
| | |||||
* | lgtm: add a custom query for catching the use of fgets | Evgeny Vereshchagin | 2018-10-26 | 1 | -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. |