fslint-0.1.2 is not a library.
fslint
fslint is a file linter (alpha stage — work in progress) that scans the current directory (or --path) using fslint.json, checking only files matching the include patterns.
installation
usage
config schema
Validate your config against schema.json or generate a local one with:
To enable schema validation in your editor, add the following to your fslint.json:
"$schema": "https://raw.githubusercontent.com/grubyak/fslint/main/schema.json"
sample config
output
$ fslint
/Users/foo/Desktop/not-an-image.cr3
error exif-has-capture-datetime: exif metadata is missing
error exif-has-coords: exif metadata is missing
/Users/foo/Desktop/test.cr3
warn exif-has-coords: missing latitude
✖ 3 problems (2 errors, 1 warning) -- inspected 2 files, skipped 18031 [130.25ms]
debugging (verbosity)
coffee
If you find this useful, consider buying me a coffee.