DORSETRIGS
Home

sonarqube (75 post)


posts by category not found!

Integrating JaCoCo with SONAR for unit and integration test coverage

Achieving Comprehensive Code Coverage with Ja Co Co and Sonar Qube Problem As developers we strive to write high quality code One crucial aspect of quality is e

2 min read 07-10-2024 29
Integrating JaCoCo with SONAR for unit and integration test coverage
Integrating JaCoCo with SONAR for unit and integration test coverage

Sonar: You must define the following mandatory properties for unknown not resolved

Sonar Unveiling the Mystery of Mandatory Properties for Unknown Not Resolved Sonar Qube a powerful code quality and security analysis tool sometimes throws a cr

3 min read 07-10-2024 21
Sonar: You must define the following mandatory properties for unknown not resolved
Sonar: You must define the following mandatory properties for unknown not resolved

Directory excluding in sonar-project.properties file doesn't work (for me)

Sonar Qube Exclusions When Directories Just Wont Stay Excluded Have you ever spent countless hours configuring your sonar project properties file desperately tr

2 min read 07-10-2024 22
Directory excluding in sonar-project.properties file doesn't work (for me)
Directory excluding in sonar-project.properties file doesn't work (for me)

Move "Won't fix" between projects in Sonarqube

Moving Wont Fix Issues Between Projects in Sonar Qube Sonar Qube is a powerful tool for code quality analysis helping developers track and resolve technical deb

2 min read 07-10-2024 19
Move "Won't fix" between projects in Sonarqube
Move "Won't fix" between projects in Sonarqube

How to export results as a PDF report?

Turning Data into Action Exporting Results as a PDF Report Tired of copy pasting data from your analysis into a separate document Want to create professional re

2 min read 07-10-2024 42
How to export results as a PDF report?
How to export results as a PDF report?

(SonarQube) LinkedHashMap and S1640 (tells you to use an EnumMap)

Sonar Qube S1640 Why Your Linked Hash Map Might Be Better Off as an Enum Map Sonar Qube the popular code quality analysis tool often throws up helpful warnings

2 min read 07-10-2024 46
(SonarQube) LinkedHashMap and S1640 (tells you to use an EnumMap)
(SonarQube) LinkedHashMap and S1640 (tells you to use an EnumMap)

Configure gradle projects in SonarQube

Configuring Gradle Projects for Sonar Qube A Step by Step Guide Problem Integrating your Gradle projects with Sonar Qube can seem daunting You want to ensure yo

2 min read 06-10-2024 50
Configure gradle projects in SonarQube
Configure gradle projects in SonarQube

SonarQube Java path traversal attack

Sonar Qube A Vulnerability Exposed The Java Path Traversal Threat Sonar Qube a widely used open source platform for code quality and security analysis recently

2 min read 06-10-2024 40
SonarQube Java path traversal attack
SonarQube Java path traversal attack

Check the code coverage for a project on sonar with rest api

How to Check Code Coverage for a Project on Sonar Using REST API Sonar Qube is a powerful tool for code quality analysis and code coverage assessment While its

2 min read 06-10-2024 59
Check the code coverage for a project on sonar with rest api
Check the code coverage for a project on sonar with rest api

Pod status as CreateContainerConfigError in Minikube cluster

Decoding the Create Container Config Error in Your Minikube Pod A Troubleshooting Guide You re working on a Kubernetes application deploying it in your local Mi

3 min read 06-10-2024 43
Pod status as CreateContainerConfigError in Minikube cluster
Pod status as CreateContainerConfigError in Minikube cluster

Sonarqube - Remove this unused private field Code Smell using Lombok @data

Banishing Code Smells How Lombok Data Helps Eliminate Remove this unused private field in Sonar Qube Sonar Qube a popular code quality and security analysis pla

2 min read 06-10-2024 49
Sonarqube - Remove this unused private field Code Smell using Lombok @data
Sonarqube - Remove this unused private field Code Smell using Lombok @data

Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed. How to refactor and reduce the complexity

Taming the Beast Refactoring a Method with High Cognitive Complexity Cognitive complexity a measure of how much mental effort is required to understand a piece

3 min read 06-10-2024 42
Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed. How to refactor and reduce the complexity
Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed. How to refactor and reduce the complexity

Decorating the pull request in GitHub with SonarQube (Community Edition)

Boost Your Git Hub Pull Requests with Sonar Qube A Visual Guide to Quality Problem Code reviews in Git Hub can be lengthy and often miss crucial quality issues

2 min read 06-10-2024 39
Decorating the pull request in GitHub with SonarQube (Community Edition)
Decorating the pull request in GitHub with SonarQube (Community Edition)

Is it possible to run the sonarqube scanner without installing the sonarqube?

Can You Run Sonar Qube Scanner Without Installing Sonar Qube Sonar Qube is a powerful tool for code quality analysis but it can be daunting to install and maint

less than a minute read 06-10-2024 42
Is it possible to run the sonarqube scanner without installing the sonarqube?
Is it possible to run the sonarqube scanner without installing the sonarqube?

You're not authorized to run analysis. Please contact the project administrator Sonarqube local

You re not authorized to run analysis Please contact the project administrator Understanding and Solving the Sonarqube Local Error Ever encountered the dreaded

2 min read 05-10-2024 46
You're not authorized to run analysis. Please contact the project administrator Sonarqube local
You're not authorized to run analysis. Please contact the project administrator Sonarqube local

Sonarqube GitHub Actions - SonarQube server [***] can not be reached

Troubleshooting Sonar Qube server can not be reached Error in Git Hub Actions The Problem You re trying to integrate Sonar Qube analysis into your Git Hub workf

2 min read 05-10-2024 40
Sonarqube GitHub Actions - SonarQube server [***] can not be reached
Sonarqube GitHub Actions - SonarQube server [***] can not be reached

SonarQube Github Action for Objective-C

Keeping Your Objective C Code Clean Leveraging Sonar Qube with Git Hub Actions Developing robust and reliable Objective C applications requires more than just w

3 min read 05-10-2024 34
SonarQube Github Action for Objective-C
SonarQube Github Action for Objective-C

Make sure bypassing Vue built-in sanitization is safe here on Vue component for href

Bypassing Vues Built in Sanitization A Safe Approach for href Attributes The Problem Vue js provides built in sanitization for href attributes in components pre

2 min read 04-10-2024 34
Make sure bypassing Vue built-in sanitization is safe here on Vue component for href
Make sure bypassing Vue built-in sanitization is safe here on Vue component for href

throws an error while running my custom rules in ESlint 1:1 error Definition for rule 'D:/Sports/eslint-rules/no-log.js' was not found

ES Lint Error Definition for rule D Sports eslint rules no log js was not found Troubleshooting Guide Problem You re encountering an error message in ES Lint sa

2 min read 04-10-2024 43
throws an error while running my custom rules in ESlint 1:1 error Definition for rule 'D:/Sports/eslint-rules/no-log.js' was not found
throws an error while running my custom rules in ESlint 1:1 error Definition for rule 'D:/Sports/eslint-rules/no-log.js' was not found

Sonar Query:sonarqube-10.5.1.90531

Navigating Sonar Qube 10 5 1 90531 A Deep Dive into Queries Sonar Qube a popular open source platform for continuous code quality is constantly evolving bringin

2 min read 04-10-2024 48
Sonar Query:sonarqube-10.5.1.90531
Sonar Query:sonarqube-10.5.1.90531

useState call is not destructured into value + setter pair sonarcloud issue

Understanding and Resolving the use State Call Not Destructured Sonar Cloud Issue Sonar Cloud a popular code quality analysis platform often flags an issue when

2 min read 04-10-2024 67
useState call is not destructured into value + setter pair sonarcloud issue
useState call is not destructured into value + setter pair sonarcloud issue

SonarQube 10.4.1 upgraded and I am using Java 11. How to set up my pipelines?

Setting Up Your Pipelines with Sonar Qube 10 4 1 and Java 11 With the recent upgrade to Sonar Qube 10 4 1 many developers are excited to enhance their code qual

3 min read 30-09-2024 45
SonarQube 10.4.1 upgraded and I am using Java 11. How to set up my pipelines?
SonarQube 10.4.1 upgraded and I am using Java 11. How to set up my pipelines?

Sonarqube's process taking too much time

Understanding Sonar Qubes Performance Issues Why is it Taking So Long Sonar Qube is an essential tool for continuous inspection of code quality and security How

2 min read 30-09-2024 50
Sonarqube's process taking too much time
Sonarqube's process taking too much time

hudson.plugins.sonar.SonarRunnerInstallation fails to install Sonar

Resolving Sonar Runner Installation Issues in Hudson Plugins In the realm of continuous integration and continuous deployment CI CD tools such as Jenkins and Hu

3 min read 29-09-2024 51
hudson.plugins.sonar.SonarRunnerInstallation fails to install Sonar
hudson.plugins.sonar.SonarRunnerInstallation fails to install Sonar

Can't replace SonarCloud @1 CLI tasks with @2 (Azure DevOps)

Troubleshooting Sonar Cloud CLI Tasks in Azure Dev Ops Upgrading from 1 to 2 When working with Azure Dev Ops you might encounter issues while trying to upgrade

3 min read 26-09-2024 49
Can't replace SonarCloud @1 CLI tasks with @2 (Azure DevOps)
Can't replace SonarCloud @1 CLI tasks with @2 (Azure DevOps)