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

[BUG] Optimize focus-container validation to opt-in #100

Closed
EdDev opened this issue Jul 24, 2023 · 0 comments · Fixed by #101
Closed

[BUG] Optimize focus-container validation to opt-in #100

EdDev opened this issue Jul 24, 2023 · 0 comments · Fixed by #101
Assignees
Labels
bug Something isn't working

Comments

@EdDev
Copy link

EdDev commented Jul 24, 2023

Describe the bug
Currently, the new focus-container rule is by default included and requires an opt-out to be suppressed.

This has the potential of breaking some projects workflow, where the commonly used target is including the linter together with other actions (e.g. build, unit tests).

An example of such a workflow can be seen in the kubevirt project [1].

[1] kubevirt/kubevirt#10136

Expected behavior
Do not enforce this focus-container rule by default, allow the users to opt-in for it.

@EdDev EdDev added the bug Something isn't working label Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants