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

Feature request: extend valid-title to include tags #342

Open
aaron-goff opened this issue Dec 31, 2024 · 0 comments
Open

Feature request: extend valid-title to include tags #342

aaron-goff opened this issue Dec 31, 2024 · 0 comments

Comments

@aaron-goff
Copy link

Use case: We often use an @new tag when writing new tests to help us focus down on just running those new tests, before removing the tag prior to creating our PRs.

It makes most sense to me to extend the valid-title rule to include support for this, possibly with a disallowedTags option? I can see it also being it's own rule if that makes more sense.

...
        'playwright/valid-title': [
          'error',
          {
            disallowedTags: ['@new']
          }
        ],
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant