Skip to content

Vala Lint Checks

pantor edited this page Sep 28, 2019 · 7 revisions
Check Title Description Options
block-opening-brace-space-before Checks for correct use of opening braces
double-spaces Checks for double spaces
ellipsis Checks for ellipsis character instead of three periods
line-length Checks for a maxmimum line legnth max-line-length (default: 120), ignore-comments (default: true)
naming-convention Checks for naming conventions exceptions (default: UUID)
no-space Checks for missing spaces
note Checks for notes (TODO, FIXME, etc.) keywords (default: FIXME, TODO)
space-before-parent Checks for a space before parenthesis
tab Checks for tabs instead of spaces
trailing-newlines Checks for a single newline at the end of files
trailing-whitespace Checks for whitespaces at the end of lines
unnecessary-string-template Checks for templates that could be replaced by a string literal
Clone this wiki locally