alexkrechik / VSCucumberAutoComplete

Cucumber (Gherkin) Full Support Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete
MIT License
331 stars 80 forks source link

Format Feature files from git hook pre-commit #438

Open bartonhammond opened 2 years ago

bartonhammond commented 2 years ago

Is it possible to format the feature files from a pre-commit git hook?

alexkrechik commented 2 years ago

Unfortunately, in the current realization, there is no ability to do this. But thank you for the interesting question. I'll think regarding some eslint or other plugin, that would be able to reuse the current format function.