This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
gherkin-lint pre-commit stage does not support exclussions #694
Closed
Description
An example of how to run the lint excluding rules would be:
docker run -ti -v $(pwd):/src -w /src gherkin/lint **/*.feature --disable AvoidOutlineForSingleExample,TooClumsy,TooManySteps,TooManyDifferentTags,TooLongStep
UPDATE: yes, it's possible to use ARGS in the local hook to pass the variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment