Questions tagged [sonarcloud]

SonarCloud is the code quality cloud service provided by SonarSource.

The main features of SonarCloud are:

  • 16 languages: Java, JS, C#, C/C++, Objective-C, TypeScript, Python, ABAP, PLSQL, T-SQL and more.
  • Thousands of rules to track down hard-to-find bugs and quality issues thanks to powerful static code analyzers.
  • Cloud CI Integrations, with Travis, VSTS, AppVeyor and more.
  • Deep code analysis, to explore all source files, whether in branches or pull requests, to reach a green quality gate and promote the build.
  • Fast and Scalable
227 questions
-2
votes
1 answer

Gitlabci pipline failes with: syntax error in rules in gitlab-ci.yml

In the below gitlab-ci.yml I am getting a syntax error when I start a pipeline. The rules are the same in other branches and the validation and other pipeline jobs run fine. Syntax is incorrect. CI configuration validated, including all…
1 2 3
15
16