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 quick fix for S1533 ('no-primitive-wrappers') #3042

Merged
merged 2 commits into from
Mar 15, 2022
Merged

Conversation

yassin-kammoun-sonarsource
Copy link
Contributor

Fixes #3006

suggest: [
{
messageId: 'suggestRemoveNew',
fix: fixer => fixer.remove(newToken),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about removing extra space?

@sonarsource-next
Copy link

sonarsource-next bot commented Mar 15, 2022

@vilchik-elena vilchik-elena merged commit 3b232b4 into master Mar 15, 2022
@vilchik-elena vilchik-elena deleted the issue-3006 branch March 15, 2022 14:17
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

Successfully merging this pull request may close these issues.

Add quick fix for S1533: Wrapper objects should not be used for primitive types
2 participants