lukaskalbertodt/Check basic style

Check basic file properties like UTF-8 encoding, trailing whitespace, a max line length, ...

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
filesList of files to check. Supports wildcards. For more information on the allowed patterns, see: https://www.npmjs.com/package/glob no**/!(*.md)
check_generated_filesBy default, some files like 'Cargo.lock', 'package-lock.json', ... are not checked. Setting this to `true` disables this ignoring. nofalse
single_trailing_newlineMake sure files end with a single trailing newlinenotrue
no_trailing_whitespaceMake sure there is no whitespace at the very end of a linenotrue
max_line_lenThe maximum number of Unicode code points a line may have. Set to -1 to disable check. no100
allow_long_lines_with_urlsLines longer than 'max_line_len' are allowed if they contain something that looks like a "common" URL. Not all of URL syntax is allowed, just common cases. notrue
no_tabsDisallow any tab characters ('\t') anywherenotrue

no outputs