Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Isort all scriptsv0.1.0-rc1 | Tomasz Kramkowski | 2025-08-15 | 1 | -1/+3 |
| | |||||
* | Run black on all first party python code | Tomasz Kramkowski | 2025-08-06 | 1 | -14/+17 |
| | |||||
* | scripts: Migrate `check_whitespace.py` to python3 | MikloĢs Tusz | 2022-03-14 | 1 | -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 Makefiles | Kevin O'Connor | 2019-07-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | check_whitespace: Enforce an 80 column limit on source code | Kevin O'Connor | 2019-02-27 | 1 | -0/+4 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | test: Make white space error report more pronounced | Kevin O'Connor | 2018-08-27 | 1 | -4/+6 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | check_whitespace: Minor simplification of control char check | Kevin O'Connor | 2018-07-27 | 1 | -3/+2 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | test: Extend white space check to verify files are valid utf-8 | Kevin O'Connor | 2018-07-26 | 1 | -2/+8 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | test: Add a whitespace check to the travis build | Kevin O'Connor | 2018-06-28 | 1 | -0/+59 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |