-
-
Notifications
You must be signed in to change notification settings - Fork 77
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: Support linting complex udim2 constructors that can be simplified #601
base: main
Are you sure you want to change the base?
feat: Support linting complex udim2 constructors that can be simplified #601
Conversation
This is a common PR comment and one that reduces readability. A selene lint to check for this usage will speed up development.
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.
Some nits, overall looks good.
Can you update changelog too? @Quenty |
Updated the changelog! |
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.
Last change, can you also update https://github.com/Kampfkarren/selene/blob/main/docs/src/SUMMARY.md
roblox_manual_fromscale_or_fromoffset: lints::roblox_manual_fromscale_or_fromoffset::ManualFromScaleOrFromOffsetLint, | ||
roblox_incorrect_color3_new_bounds: lints::roblox_incorrect_color3_new_bounds::Color3BoundsLint, |
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.
nit: this should be alphabetical order. Same with lints.rs
.
This is a common PR comment and one that reduces readability. A selene lint to check for this usage will speed up development.