Skip to content

Commit

Permalink
"sonarcloud" branch analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
philippefichet committed Dec 28, 2023
1 parent c827fef commit 0817ef3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ name: Java CI with Maven

on:
push:
branches: [ master ]
branches:
- master
- sonarcloud
pull_request:
branches: [ master ]
branches:
- master

jobs:
build:
Expand Down
5 changes: 5 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ It requests netbeans in version 13.0 or higher and Java in version 11 or higher.
- Enable or disabled test rules on test files
- Severity icons
- Partial Support on C/C++ project (show xref:README-CFamily.adoc[README-CFamily])
- SonarCloud/SonarQube support

== Release 2.x to 3.x

== SonarCloud

Branch analysis must be https://docs.sonarsource.com/sonarcloud/enriching/branch-analysis-setup/#sonarlint[correctly configured] to be fully functional, otherwise only analysis on the main branch will be performed.

=== Plugins

SonarLint no longer uses URLs to find plugins but file paths. +
Expand Down

0 comments on commit 0817ef3

Please sign in to comment.