Releases: BillyRuffian/chutney
Releases · BillyRuffian/chutney
Avoid Colons in Names
Merge pull request #171 from BillyRuffian/feature/avoid_colons_in_names Feature/avoid colons in names
Chutney Language Server
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
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
Gherkin linter to detect 'inconsistent' use of "quotes" in your feature files.
Linter for splat steps
Don't like splat steps? Enable the linters for splats in backgrounds and scenarios to desplatter.
Dependency bump and support for Cucumber 8.x
v3.2.1 Merge pull request #130 from BillyRuffian/dependabot/bundler/cucumber…
New linter: same tag, different case
Merge pull request #93 from BillyRuffian/feature/same_tag_different_case Feature/same tag different case
Bugfix: @disable tagging for linters fixed
Merge pull request #64 from BillyRuffian/bugfix/fix_disable_tags fixed a problem with @disable tagging not working
v3
Version 3 removes the dependency on the Gherkin Parser in favour of cuke linter. There are internal api changes.
Empty feature file check
New linter checks for empty feature files