This repository was archived by the owner on Oct 28, 2024. It is now read-only.
fix: support using gherkin-lint args #723
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
We are mapping the existing flags so that we are able to get the arguments passed by a pre-commit hook consumer in the "args" element of its configuration.
We are using positional parameters from shell, shifting when needed. We are building a new array for the files, and the arguments as a string. We will pass the arguments to the docker image.
Why is it important?
The e2e-testing is disabling some configurations, and they are still reported because the hook was not reading the arguments passed by pre-commit in the
args
element in the configuration (See https://github.com/elastic/e2e-testing/blob/master/.pre-commit-config.yaml#L39)Related issues
How to test this
To see existing flags
Run with a disabled configuration, multiple files
Run with success, multiple files