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

refactor: use conditional statement instead of switch #493

Merged
merged 1 commit into from
Mar 5, 2022

Conversation

aalemayhu
Copy link
Contributor

This is to address a sonar code smell:

"switch" statements should have at least 3 "case" clauses

This is to address a sonar code smell:
> "switch" statements should have at least 3 "case" clauses
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 5, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@aalemayhu aalemayhu enabled auto-merge March 5, 2022 08:40
@aalemayhu aalemayhu merged commit 10bc9fd into master Mar 5, 2022
@aalemayhu aalemayhu deleted the fix-webpack-sonar-issue branch March 5, 2022 08:42
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.

1 participant