BrowserStack Code Quality Trace

Introduction BrowserStack Code Quality uses Compilation Database (CDB) to scan C/C++ repository in strict mode. BrowserStack Code Quality provides a tool ‘embold-trace’ to generate CDB from build process. BrowserStack Code Quality-trace tool facilitates users to configure which compilers to intercept during build. It then intercepts build process and generates CDB…

0
Read More

Embold Configuration JSON

This configuration file contains the list of issues with its associated threshold values. Parameters such as path_exclusion, issues_exclusions and so on are mentioned in this JSON file. The company organization will decide about the strictness of this JSON file. For e.g. Company can set their own rules/standards and customize this…

0
Read More

Release 1.7.10.0

Release date: 17, February 2020 What is new? Our Jira integration got even better. When creating and assigning a task from Embold, the assignee can take up the ticket in Jira and directly jump to the issue in Embold for further information. Also, we enriched the ticket information, which is sent from…

0
Read More

Gated Commit

Overview Gated Commit is an integration pattern that means the commit does not happens until a set of checks is passed against the code. It helps the developers to avoid breaking the code and prevents bad code from going into the integration branch. This should take place before committing changes…

0
Read More

Steps to run Embold with docker-compose

Make sure you have docker id and necessary permission to Embold Technologies docker repository. To create a docker hub account follow the below steps: Visit https://hub.docker.com/ to signup up to the Docker Hub. Enter the Docker Id, email address and password. Click Sign up. A verification link is sent to…

0
Read More

IDE Plugins (Installer)

Embold IDE plugin allows developers to scan their code locally within the IDE environment and find issues in code as it is developed, before committing it to version control systems. Developers can install Embold IDE Plugin in their local eclipse/VS installation. The plugin requires sign-in with the Embold server deployed…

0
Read More