-
-
Notifications
You must be signed in to change notification settings - Fork 476
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
feat(biome_css_analyzer): implement function-linear-gradient-no-nonstandard-direction #2911
feat(biome_css_analyzer): implement function-linear-gradient-no-nonstandard-direction #2911
Conversation
CodSpeed Performance ReportMerging #2911 will not alter performanceComparing Summary
|
crates/biome_css_analyze/src/lint/nursery/no_invalid_direction_in_linear_gradient.rs
Outdated
Show resolved
Hide resolved
crates/biome_css_analyze/src/lint/nursery/no_invalid_direction_in_linear_gradient.rs
Outdated
Show resolved
Hide resolved
crates/biome_css_analyze/src/lint/nursery/no_invalid_direction_in_linear_gradient.rs
Outdated
Show resolved
Hide resolved
crates/biome_css_analyze/src/lint/nursery/no_invalid_direction_in_linear_gradient.rs
Show resolved
Hide resolved
crates/biome_css_analyze/src/lint/nursery/no_invalid_direction_in_linear_gradient.rs
Outdated
Show resolved
Hide resolved
crates/biome_css_analyze/src/lint/nursery/no_invalid_direction_in_linear_gradient.rs
Outdated
Show resolved
Hide resolved
crates/biome_css_analyze/src/lint/nursery/no_invalid_direction_in_linear_gradient.rs
Show resolved
Hide resolved
crates/biome_css_analyze/src/lint/nursery/no_invalid_direction_in_linear_gradient.rs
Outdated
Show resolved
Hide resolved
…tion-in-linear-gradient
crates/biome_css_analyze/src/lint/nursery/no_invalid_direction_in_linear_gradient.rs
Show resolved
Hide resolved
crates/biome_css_analyze/src/lint/nursery/no_invalid_direction_in_linear_gradient.rs
Outdated
Show resolved
Hide resolved
…tion-in-linear-gradient
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ematipico
I removed the existing regular expressions that were used for case-insensitive matching.
I left the remaining regular expressions because I think implementing them without regex would be challenging and complex.
Should I also remove these remaining regular expressions?
Could you provide some advice on this?
Closes #2808
Summary
implements function-linear-gradient-no-nonstandard-direction
Test Plan
Add test cases