aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/check_whitespace.py
Commit message (Collapse)AuthorAgeFilesLines
* Isort all scriptsv0.1.0-rc1Tomasz Kramkowski2025-08-151-1/+3
|
* Run black on all first party python codeTomasz Kramkowski2025-08-061-14/+17
|
* scripts: Migrate `check_whitespace.py` to python3Miklós Tusz2022-03-141-4/+4
| | | | | | | Modified strings used in pattern matching to b-strings as are expected with python3. Signed-off-by: Miklos Tusz <miklos@aon3d.com>
* check_whitespace: Warn on trailing tabs in MakefilesKevin O'Connor2019-07-211-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* check_whitespace: Enforce an 80 column limit on source codeKevin O'Connor2019-02-271-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Make white space error report more pronouncedKevin O'Connor2018-08-271-4/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* check_whitespace: Minor simplification of control char checkKevin O'Connor2018-07-271-3/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Extend white space check to verify files are valid utf-8Kevin O'Connor2018-07-261-2/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add a whitespace check to the travis buildKevin O'Connor2018-06-281-0/+59
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>