Eric Kessler

Results 61 comments of Eric Kessler

If I'm understanding the [grammar](https://github.com/cucumber/cucumber/blob/master/gherkin/gherkin.berp), this bit is what allows empty lines and comment lines to appear in between any other line in the file: ``` IgnoredTokens -> #Comment,#Empty ```...

> Then if another workable solution is not provided, I’ll either have to abandon Cucumber at that time (which would be a huge pity) or maintain my own fork or...

@tooky Couldn't Cucumber stay in the 4.x version as long as the new plug-in was automatically used by Cucumber? It's not really breaking behavior until the user has to start...

Good to know. Thanks!

@xmisao It worked like a charm. :) I did run into an internal server error while adding categories to [cuketagger](http://bestgems.org/gems/cuketagger) but it worked the second time that I tried.

I see that category editing is open to anyone and, while I would like to believe that people won't intentionally mess up the categories of gems, I do wonder what...

> It is a difficult problem Adding authorization or some other kind of preventative measure would be difficult, sure. Adding awareness after the fact, on the other hand, sounds easier....

Go for it! Anything unchecked should be fair game, although some of the CukeSniffer stuff may have overlap with the GherkinLint stuff.

That should be doable. Would you like to take a crack at it @PKuravskyi ?