summaryrefslogtreecommitdiffstats
path: root/build/signed-off-checker.php
Commit message (Collapse)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-16/+16
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make sure every file ends with an empty newlineChristoph Wurst2020-04-091-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Pass HttpHeader as arrayDaniel Kesselberg2018-08-121-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add auth token to github requestsMorris Jobke2018-04-111-0/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add codecovLukas Reschke2016-09-281-0/+6
| | | | | | Allows coverage tracking using codecov Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Read repo name dynamicallyLukas Reschke2016-09-261-1/+13
| | | | | | This way apps can easily use this as well Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Rely solely on GitHub API outputLukas Reschke2016-09-221-22/+7
| | | | | | This doesn't download the whole git repository again which saves roughly 90 seconds in execution time on the test. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add checker for signed off commitsLukas Reschke2016-09-221-0/+120
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>