Proxy Settings

We have added a proxy setting in the VSCode extension.Add the following environment variables if you are using any custom proxy settings. 1.EMB_PROXY_HOSTE.g. 192.168.1.127 2.EMB_PROXY_PORTE.g. 3128 3.EMB_PROXY_USERNAME (Optional)4.EMB_PROXY_PASSWORD (Optional)

0
Read More

Install Cppcheck

You have to install cppcheck (Version 2..4.1) manually on your machine. Installation on Windows Go to ‘https://sourceforge.net/projects/cppcheck/files/cppcheck/2.4/cppcheck-2.4.1-x64-Setup.msi/download‘. Open downloaded .msi file. Install Cppcheck. Check version on cmd: cppcheck –version. Installation on Linux Execute commands on the terminal: git clone –branch 2.4.x https://github.com/danmar/cppcheck.git /cppcheck mkdir /cppcheck/build cd /cppcheck/build cmake .. cmake…

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

Memory settings

Whenever you want to scan a large repository (above 2 Millions lines of code) remember you need these memory settings. Before you run such scan make sure to tweak few environment values such as -m and ANALYSER_XMX. Note that, such values may not be known upfront when the docker run…

0
Read More

Scanning options

Embold supports 2 scanning options to scan the files in IntelliJ. They are as below: Scan a single file Embold will automatically scan the file when a change is triggered in the file. Scan all files with Embold

0
Read More

AutoDoc

Overview License Agreement for Embold service The user needs to accept the terms of service by clicking on the “Accept” button. How to generate the Embold AutoDoc? AutoDoc can be generated using 3 ways: A. Follow the below steps: 4. All set now! Embold will generate Java docs for you.…

0
Read More

Recommendation Engine with docker-compose

Overview: Installation steps To Activate BrowserStack Code Quality goto activation. Integrate existing standalone embold docker with RE NOTE : Before you jump to this section , complete all the above steps except execution of docker-compose file. Assume below is the docker command you have used to run standalone embold docker.…

0
Read More