summaryrefslogtreecommitdiffstats
path: root/ui.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix output and note which test cases are used to test each warningMattias Andrée2022-01-241-0/+15
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* don't print argv0NRK2022-01-041-2/+2
| | | | | | imo a good linter should be concise and helpful. printing argv0 doesn't add much value but instead adds noise to the output. i've left printerrorf untouched however, since it calls exit.
* Lint line continuation and whitespace issuesMattias Andrée2022-01-011-0/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Validate UTF-8 encoding and check for long linesMattias Andrée2022-01-011-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Change [warn] to [warning]Mattias Andrée2022-01-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2021-12-311-0/+47
Signed-off-by: Mattias Andrée <maandree@kth.se>