Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gherkin_lint task #1144

Open
wants to merge 4 commits into
base: v2.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Normalize composer.
  • Loading branch information
saidatom committed Jun 28, 2024
commit d9066f949ea3747b75f3f8f5281c662da4460263
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -52,6 +52,7 @@
"brianium/paratest": "Lets GrumPHP run PHPUnit in parallel.",
"codeception/codeception": "Lets GrumPHP run your project's full stack tests",
"consolidation/robo": "Lets GrumPHP run your automated PHP tasks.",
"dantleech/ngherkin-lint-php": "Lets GrumPHP lint your Gherkin files.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo? dantleech/ngherkin-lint-php

"designsecurity/progpilot": "Lets GrumPHP be sure that there are no vulnerabilities in your code.",
"doctrine/orm": "Lets GrumPHP validate your Doctrine mapping files.",
"enlightn/security-checker": "Lets GrumPHP be sure that there are no known security issues.",
@@ -61,7 +62,6 @@
"infection/infection": "Lets GrumPHP evaluate the quality your unit tests",
"maglnet/composer-require-checker": "Lets GrumPHP analyze composer dependencies.",
"malukenho/kawaii-gherkin": "Lets GrumPHP lint/fix your Gherkin files.",
"dantleech/ngherkin-lint-php": "Lets GrumPHP lint your Gherkin files.",
"nette/tester": "Lets GrumPHP run your unit tests with nette tester.",
"nikic/php-parser": "Lets GrumPHP run static analyses through your PHP files.",
"pestphp/pest": "Lets GrumPHP run your unit test with Pest PHP",