This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Description
Is there a configuration file argument, that can be added to the bootlint command, which points to a file consisting of the various bootlint adjusted rules.
For example, I'm looking to convert the following:
bootlint -d W005 interface/templates/*.html
to the following:
bootlint --config /path/to/ruleset.json interface/templates/*.html