Install Jshint

Note: Jshint (Optional – Only if you are enabling in Embold server) Execute command from cmd/terminal – npm install -g jshint@2.9.5 –save-dev # or yarn add jshint@2.9.5 –dev

0
Read More

Analysis of output

After scan completion, analysis results will be displayed on the “PROBLEMS” view. Show Description option is available on a quick fix. For metric violation – a quick fix will redirect to the documentation page. For Design Issue – It will show a new tab for insights with an animated progress…

0
Read More

VSCode Plugin

Embold VSCode extension uncovers potential code issues, vulnerabilities, metrics, and hard-to-detect anti-patterns that make your code difficult to maintain and can lead to error-prone solutions. The extension currently supports C/ C++, Java, JavaScript, and Typescript.

0
Read More