Is your feature request related to a problem? Please describe.
The current Gherkin linter in MegaLinter is gherkin-lint which had its last release in December 2023. Since then Gherkin has evolved, and as such modern Gherkin Feature files don't lint cleanly anymore with gherkin-lint.
Describe the solution you'd like
I would like to have gplint added to MegaLinter, potentially fully replacing gherkin-lint.
Describe alternatives you've considered
The only choices to be made is whether or not to keep gherkin-lint for the current install-base. Since gplint is a fork of gherkin-lint, that is under active development, this would be possible. Although config files might need a rename/update.
Additional context
gplint has the possibility to define custom rules. This would need attention as well.
Is your feature request related to a problem? Please describe.
The current Gherkin linter in MegaLinter is gherkin-lint which had its last release in December 2023. Since then Gherkin has evolved, and as such modern Gherkin Feature files don't lint cleanly anymore with gherkin-lint.
Describe the solution you'd like
I would like to have gplint added to MegaLinter, potentially fully replacing gherkin-lint.
Describe alternatives you've considered
The only choices to be made is whether or not to keep gherkin-lint for the current install-base. Since gplint is a fork of gherkin-lint, that is under active development, this would be possible. Although config files might need a rename/update.
Additional context
gplint has the possibility to define custom rules. This would need attention as well.