Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | enable errcheck linter | Paul Holzinger | 2022-05-03 |
| | | | | | | | | The errcheck linter makes sure that errors are always check and not ignored by accident. It spotted a lot of unchecked errors, mostly in the tests but also some real problem in the code. Signed-off-by: Paul Holzinger <pholzing@redhat.com> | ||
* | enable staticcheck linter | Paul Holzinger | 2022-04-22 |
| | | | | | | | Fix many problems reported by the staticcheck linter, including many real bugs! Signed-off-by: Paul Holzinger <pholzing@redhat.com> | ||
* | Add test for BZ #2052697 | Jhon Honce | 2022-03-16 |
Signed-off-by: Jhon Honce <jhonce@redhat.com> |