Merged
Conversation
jlurien
reviewed
Jul 24, 2025
| "file-name": ["off", {"style": "kebab-case"}], | ||
| "max-scenarios-per-file": ["on", {"maxScenarios": 50, "countOutlineExamples": true}], | ||
| "no-restricted-patterns": ["on", { | ||
| "no-restricted-patterns": ["off", { |
Contributor
There was a problem hiding this comment.
Alternatively, we could remove the problematic patterns but I don't find the rest of patterns specially relevant for us now, so OK to disable it. If we find some interesting pattern to consider in the future we can adjust again the rule.
This was referenced Aug 19, 2025
This was referenced Aug 21, 2025
Closed
Closed
This was referenced Aug 22, 2025
This was referenced Aug 23, 2025
This was referenced Aug 26, 2025
34 tasks
This was referenced Aug 28, 2025
Closed
Closed
This was referenced Aug 28, 2025
34 tasks
This was referenced Aug 29, 2025
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What this PR does / why we need it:
no-restricted-patternsis switched off in gherkinlintAdded
camara-schema-type-checkrule in Spectral rulesetWhich issue(s) this PR fixes:
Fixes #495
Does this PR introduce a breaking change?
Special notes for reviewers:
Verifying if type parameter is missing is not trivial - preparing correct rule needs further investigation
Changelog input
Additional documentation