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

Codemod to fix implicit str concat in list, set, tuples #268

Merged
merged 5 commits into from
Feb 16, 2024

Conversation

clavedeluna
Copy link
Contributor

@clavedeluna clavedeluna commented Feb 15, 2024

Overview

I've personally forgotten a sneaky , in between list elements!

Closes #252

Copy link

Quality Gate Passed Quality Gate passed

Issues
2 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@clavedeluna clavedeluna changed the title Str concat lst Codemod to fix implicit str concat in list, set, tuples Feb 15, 2024
@clavedeluna clavedeluna marked this pull request as ready for review February 15, 2024 18:30
@drdavella drdavella added this pull request to the merge queue Feb 16, 2024
Merged via the queue into main with commit a68884c Feb 16, 2024
12 checks passed
@drdavella drdavella deleted the str-concat-lst branch February 16, 2024 14:58
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.

Codemod to fix string concat inside lists
3 participants