README.md in gherkin_lint-0.0.14 vs README.md in gherkin_lint-0.1.0
- old
+ new
@@ -9,9 +9,13 @@
run `gherkin_lint` on a list of files
gherkin_lint FEATURE_FILES
+With `--disable CHECK` or `--enable CHECK` it's possible to disable respectivly enable program wide checks.
+
+Checks could be disabled using tags within Feature Files. To do so, add @disableCHECK. Detailed usage within the disable_tags feature.
+
## Checks
### Feature Avoid colon (features/avoid_colon.feature)
As a Business Analyst
I do not want colons at the end of my user stories