wp-cli / scaffold-package-command

Scaffolds WP-CLI commands with functional tests, full README.md, and more.
MIT License
68 stars 19 forks source link

Feature/gherkin linting #189

Closed Lewiscowles1986 closed 3 years ago

Lewiscowles1986 commented 3 years ago

Proposal

Fixes #82

Let me know if this is unsuitable. If you really want to have fun and test this:

  1. clone the branch
  2. npm install
  3. npm run lint && echo success || echo failure (should contain "success" and not contain "failure")
  4. change the indentation of a .feature file (I tested by removing all indentation)
  5. npm run lint && echo success || echo failure (should contain "failure")
schlessera commented 3 years ago

Thanks for the PR, @Lewiscowles1986 !