We look for errors and clean the code


We look for errors and clean the code

An available

Warning! You are not allowed to view this text.
extension is SonarLint, with which you will find all the errors and clean up the code.

Solves the following problems:

1. Extra code. Let's say you didn't delete the commented-out parts of the code, left unused functions and other rudiments. SonarLint will warn you about this, and you will be able to clear the code of everything superfluous in a timely manner.

2. Vulnerabilities. A large updated

Warning! You are not allowed to view this text.
with a list of vulnerabilities allows the plugin to warn you in time about any known vulnerabilities that occur in your code.

3. Cognitive complexity. The plugin developers have created a mathematical formula that can evaluate how readable your code is.


Go back
18-01-2023, 15:58