Module: Chutney

Defined in:
lib/chutney/linter.rb,
lib/chutney.rb,
lib/chutney/issue.rb,
lib/chutney/locator.rb,
lib/chutney/version.rb,
lib/chutney/formatter.rb,
lib/chutney/configuration.rb,
lib/chutney/linter/too_clumsy.rb,
lib/chutney/linter/use_outline.rb,
lib/chutney/linter/too_long_step.rb,
lib/chutney/linter/too_many_tags.rb,
lib/chutney/linter/too_many_steps.rb,
lib/chutney/linter/use_background.rb,
lib/chutney/linter/avoid_full_stop.rb,
lib/chutney/linter/avoid_scripting.rb,
lib/chutney/linter/unused_variable.rb,
lib/chutney/formatter/pie_formatter.rb,
lib/chutney/linter/unknown_variable.rb,
lib/chutney/formatter/json_formatter.rb,
lib/chutney/linter/bad_scenario_name.rb,
lib/chutney/linter/invalid_file_name.rb,
lib/chutney/linter/invalid_step_flow.rb,
lib/chutney/linter/empty_feature_file.rb,
lib/chutney/linter/missing_test_action.rb,
lib/chutney/formatter/rainbow_formatter.rb,
lib/chutney/linter/inconsistent_quoting.rb,
lib/chutney/linter/missing_example_name.rb,
lib/chutney/linter/missing_feature_name.rb,
lib/chutney/linter/missing_verification.rb,
lib/chutney/linter/scenario_names_match.rb,
lib/chutney/linter/missing_example_table.rb,
lib/chutney/linter/missing_scenario_name.rb,
lib/chutney/linter/unique_scenario_names.rb,
lib/chutney/linter/givens_after_background.rb,
lib/chutney/linter/same_tag_different_case.rb,
lib/chutney/linter/tag_used_multiple_times.rb,
lib/chutney/linter/too_many_different_tags.rb,
lib/chutney/linter/missing_scenario_outline.rb,
lib/chutney/linter/avoid_typographers_quotes.rb,
lib/chutney/linter/required_tags_starts_with.rb,
lib/chutney/linter/same_tag_for_all_scenarios.rb,
lib/chutney/linter/missing_feature_description.rb,
lib/chutney/linter/avoid_splat_steps_in_scenarios.rb,
lib/chutney/linter/file_name_differs_feature_name.rb,
lib/chutney/linter/avoid_splat_steps_in_background.rb,
lib/chutney/linter/background_does_more_than_setup.rb,
lib/chutney/linter/avoid_outline_for_single_example.rb,
lib/chutney/linter/background_requires_multiple_scenarios.rb

Overview

gherkin utilities

Defined Under Namespace

Modules: Locator Classes: AvoidFullStop, AvoidOutlineForSingleExample, AvoidScripting, AvoidSplatStepsInBackground, AvoidSplatStepsInScenarios, AvoidTypographersQuotes, BackgroundDoesMoreThanSetup, BackgroundRequiresMultipleScenarios, BadScenarioName, ChutneyLint, Configuration, EmptyFeatureFile, Error, FileNameDiffersFeatureName, Formatter, GivensAfterBackground, InconsistentQuoting, InvalidFileName, InvalidStepFlow, Issue, JSONFormatter, Linter, MissingExampleName, MissingExampleTable, MissingFeatureDescription, MissingFeatureName, MissingScenarioName, MissingScenarioOutline, MissingTestAction, MissingVerification, PieFormatter, RainbowFormatter, RequiredTagsStartsWith, SameTagDifferentCase, SameTagForAllScenarios, ScenarioNamesMatch, TagUsedMultipleTimes, TooClumsy, TooLongStep, TooManyDifferentTags, TooManySteps, TooManyTags, UniqueScenarioNames, UnknownVariable, UnsupportedCucumberError, UnusedVariable, UseBackground, UseOutline, Warning

Constant Summary collapse

VERSION =
'3.7.0'