GPLint
A Gherkin/Pickle linter (validator) written in JavaScript, and usable from command line.
⚙️Configurable
GPLint rules are configurable by its own configuration file, allowing to enable/disable rules and adapt them to your needs.
🖇️Extendable
If the included rules are not enough for you, you can extend with your own rule files (Of course, if you think it could be useful to others, you can make a PR).
🪄Autofix
Some rules implement the autofix option, to easily fix the problems on your Gherkin files.