URL Forwarding

In case BrowserStack Code Quality is hosted on a local/private network you may want to make BrowserStack Code Quality available to Github/Bitbucket in order to receive notifications when a pull request is created. If you cannot make BrowserStack Code Quality URL directly available to Github/Bitbucket (e.g. due to security constraints),…

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

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

Development history

Development history enables you to review your development activity and associated quality. Pull requests and commits are scanned and listed here. This can serve as an integral part of your code review process. Recommendation Engine (RE) is also integrated with the pull request scan so that you can prevent issues…

0
Read More

Pull Request workflow

You can now use BrowserStack Code Quality to review pull requests made on your GitHub, Bitbucket, GitLab or Azure DevOps (merge requests) repositories. When a new pull request is made, BrowserStack Code Qualityautomatically scans the changed files and reports various issues on BrowserStack Code Quality UI. Thus BrowserStack Code Quality…

0
Read More

Install Embold Server Certificate

This is most likely because of the firewall setting on your network, which rejects HTTPS requests if the Embold server certificate is not installed in the Java trust store of your machine. Please follow these steps to install the same: 2. Click on the certificate is valid, go to Details…

0
Read More

Release 1.9.9.0

Release date:  8, August 2022  What is new?  Add new tiles (eg. MISRA,CWE) to Embold dashboard.  Download groups and duplication reports.  Cppcheck version upgraded to 2.8.  Improvements and Bug fixes  Release scope:  Available via docker.  Upgrade paths:  All versions from 1.8.4.0 can be upgraded to 1.9.9.0 

0
Read More

Creating a Project

Projects are what Embold uses to store and manage your code; they contain the repositories you link to Embold. You can create as many projects as you need and can add as many repositories to it as you like. For today’s tutorial, we’ll be creating a single project and linking…

0
Read More

Get an Overview of Your Software

1. You need an active BrowserStack Code Quality account. (Don’t have one? Sign up free here).2. Identifying Problems builds off of the lessons learned in the previous articles. To get the most out of this article we recommend you finish your First Scan. BrowserStack Code Quality rating system The BrowserStack Code…

0
Read More