Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed line continuation checks. | Thomas Oltmann | 2022-01-07 | 1 | -1/+1 |
| | | | | | | The checks for line continuation starting on an empty line, ending on an empty line, and ending on EOF were broken because of logic errors in said checks, as well as an accidental negation in is_line_blank(). | ||||
* | Lint line continuation and whitespace issues | Mattias Andrée | 2022-01-01 | 1 | -0/+23 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix replacement character insertion for invalid UTF-8 | Mattias Andrée | 2022-01-01 | 1 | -1/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Validate UTF-8 encoding and check for long lines | Mattias Andrée | 2022-01-01 | 1 | -0/+143 |
Signed-off-by: Mattias Andrée <maandree@kth.se> |