summaryrefslogtreecommitdiff
path: root/check-style.py
Commit message (Expand)AuthorAgeFilesLines
* check-style: Allow deciding on individual suggestions with --rewriteCarlos Garnacho2022-12-071-2/+10
* check-style: Improve the proposed git-rebase commandHunor Csomortáni2022-12-071-2/+6
* check-style: Use run() instead of Popen()Hunor Csomortáni2022-12-071-13/+26
* check-style: Don't turn off formatting when the chunk starts on line 1Hunor Csomortáni2022-12-071-1/+2
* check-style: Start enumerating lines from 1Hunor Csomortáni2022-12-071-3/+3
* ci: Avoid deadlock while reading uncrustify outputRobert Mader2022-12-071-1/+1
* ci: Ignore uncrustify calls resulting in unsuccessful return codesCarlos Garnacho2022-12-071-2/+6
* check-style: Separate uncrustify.cfg file location to a variableCarlos Garnacho2021-07-131-1/+4
* check-style: Ignore chunks that only contain deleted codeCarlos Garnacho2021-07-131-1/+1
* check-style: Fix off-by-one errorCarlos Garnacho2021-07-131-1/+1
* check-style: Remove all context from diffsCarlos Garnacho2021-07-131-1/+1
* build: Add check-style.py helper scriptCarlos Garnacho2021-06-171-0/+131