Frequently Asked Questions

How can I edit just the files with errors?

Use --output=filenames to get a list of files that failed.

Some examples

Open the files in an editor (vi in this example):

fflint frontmatter --required=title --output=filenames --progress=false "./docs/**/*.md" | xargs vi

Optimize every SVG files that has extra namespaces:

fflint svg --namespace --output=filenames --progress=false "**/*.svg" | xargs svgo

How can I contact you?

Github issues