Release 1.9.2.0

Release date: 03, August 2021 What is new? New Java checks:We have added 3 new Java checks. Get more insights into Embold’s rich Java checks here. Avoid Catching NPE Avoid FilecreateTempFile Avoid Non Case Labels In Switch Statement New Language – HTML support added. Integrated a 3rd party linter 27 HTMLHint in Embold. Read more…

0
Read More

Badges

What are badges? Badges are the uniform way of displaying the tags to the repository to ensure better quality code. A list of badges is included in the Readme.MD file of your repository.  Building badges helps to improve the readability of the repository. They provide visual information that portrays different…

0
Read More

Steps to download a YAML file from Embold

Select any repository. Either click on three dots (…) on the right side corner of your repository or on the Repository Dashboard page, click on the “Settings” tab. On the “Settings and Integration” page, navigate to the “Repository Configurations” section. Download the YAML template. Rename the file name with embold.yaml.

0
Read More

Update Configurations

1. Exclusions Embold uses default exclusions when a scan is triggered. But in case, you want to make changes to the default exclusions, you can check in embold.yaml file in the Base Directory (Root level of your repository). Embold uses the YAML file format for configurations. Embold supports exclusions using…

0
Read More

Default Configurations

1. Exclusions Embold uses below default exclusions while scanning your repositories: 2.Modules Below is an example of a YAML file that contains modules and rules. 3. Languages When you scan your repository, Embold automatically detects languages that are in your repository. If the language key is not present it identifies…

0
Read More