summaryrefslogtreecommitdiff
path: root/scripts/check_whitespace_token.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
|
* Improve the whitespace checker.Matthäus G. Chajdas2023-03-051-0/+4
| | | | | Check both ways now: If a token should be whitespace, but also if a token was incorrectly marked as whitespace.
* Fix various linter issues.Matthäus G. Chajdas2023-02-011-7/+8
|
* Allow whitespace in comments.Matthäus G. Chajdas2022-12-111-0/+5
|
* Improve utility scripts.Matthäus G. Chajdas2022-12-041-1/+8
| | | | Scan snippet files in addition to token output streams.
* Add another check script for whitespace.Matthäus G. Chajdas2022-12-041-0/+40
Add a script which checks for whitespace tokens, similar to the script checking for repeated tokens. Also move some functionality shared between them into a utility file, and make check_repeated_token PEP8 compliant.