We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Previously, I decided that the quality of the code would be low because I didn't use a static code analysis tool.
According to SonarLint, static code analysis tool, issued 137 problems on my project.
SonarLint
SonarQube
The text was updated successfully, but these errors were encountered:
Hyeon-Uk
No branches or pull requests
What's Problem?
Previously, I decided that the quality of the code would be low because I didn't use a static code analysis tool.
According to
![image](https://private-user-images.githubusercontent.com/43038815/288375256-2158d2a2-3a63-428e-a666-0212fbab27ad.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzQ1MDIsIm5iZiI6MTczOTU3NDIwMiwicGF0aCI6Ii80MzAzODgxNS8yODgzNzUyNTYtMjE1OGQyYTItM2E2My00MjhlLWE2NjYtMDIxMmZiYWIyN2FkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIzMDMyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZmYjE0NmNjYWJmZTg5Yzc3MjhjM2IxODM3YWNiMGI0YTBlMWM2NmNmZGFhYzE2NWNjMWZiYmYwMjU5MWEzZGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.peQtIeBZNQrVpgbTTh_VPU8X79HrVhIFsDjvgDzABt0)
SonarLint
, static code analysis tool, issued 137 problems on my project.How?
Refactoring with
SonarLint
plugin and analysis withSonarQube
Expected!
It will be good codes.
The text was updated successfully, but these errors were encountered: