Skip to content

Releases: BillyRuffian/chutney

Avoid Colons in Names

27 Nov 18:18
2a270b1
Compare
Choose a tag to compare
Merge pull request #171 from BillyRuffian/feature/avoid_colons_in_names

Feature/avoid colons in names

Chutney Language Server

24 Sep 20:43
543e7a9
Compare
Choose a tag to compare

Chutney now has a simple language server ready for integrating in text editors and IDEs. It used stdio for the channel and responds to open, close and save events, sending the results of a linting scan back to the client.

Editor integrations to follow.

Full Changelog: v3.7.0...v3.8.0

Warn if using the gem's default configuration

07 Dec 13:48
278360d
Compare
Choose a tag to compare

Raises a warning if the gem defaults are being used. Add a switch to generate a chutney.yml config file. Add a switch to quiet the warning.

Inconsistent quoting

19 Jul 07:43
97f75de
Compare
Choose a tag to compare

Gherkin linter to detect 'inconsistent' use of "quotes" in your feature files.

Linter for splat steps

31 Aug 15:37
4599873
Compare
Choose a tag to compare

Don't like splat steps? Enable the linters for splats in backgrounds and scenarios to desplatter.

Dependency bump and support for Cucumber 8.x

12 Jul 13:12
db8f839
Compare
Choose a tag to compare
v3.2.1

Merge pull request #130 from BillyRuffian/dependabot/bundler/cucumber…

New linter: same tag, different case

05 May 11:39
be9d75b
Compare
Choose a tag to compare
Merge pull request #93 from BillyRuffian/feature/same_tag_different_case

Feature/same tag different case

Bugfix: @disable tagging for linters fixed

29 Sep 13:11
0f79954
Compare
Choose a tag to compare
Merge pull request #64 from BillyRuffian/bugfix/fix_disable_tags

fixed a problem with @disable tagging not working

v3

23 Sep 14:27
c2872e9
Compare
Choose a tag to compare
v3

Version 3 removes the dependency on the Gherkin Parser in favour of cuke linter. There are internal api changes.

Empty feature file check

25 Aug 14:43
Compare
Choose a tag to compare

New linter checks for empty feature files