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

Add Unnecessary Type Conversion Lint Rule #12

Merged
merged 5 commits into from
Jul 19, 2024
Merged

Add Unnecessary Type Conversion Lint Rule #12

merged 5 commits into from
Jul 19, 2024

Conversation

notJoon
Copy link
Contributor

@notJoon notJoon commented Jul 19, 2024

Description

Implemented UnnecessaryConversionRule to detect redundant type conversions. This rule identifies cases where a variable is converted to its own type.

@notJoon notJoon added the A-lint Adding or updating lint label Jul 19, 2024
@notJoon notJoon changed the title type conv Add Unnecessary Type Conversion Lint Rule Jul 19, 2024
@notJoon notJoon marked this pull request as ready for review July 19, 2024 12:35
@notJoon notJoon merged commit e57cd00 into main Jul 19, 2024
1 check passed
@notJoon notJoon deleted the type-conv-lint branch July 19, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lint Adding or updating lint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant