You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ Template for basic maven project with CI SonarCloud, QL and CD to automatically
10
10
11
11
## Use template
12
12
13
-
To use this template, you just have to click on "Use this template" on the main page of this repository, or you can copy/paste this repository.
13
+
To use this template, you just have to click on "Use this template" on the main page of this repository, or you can copy/paste it.
14
14
15
15
## Template configuration :
16
16
17
17
-[ ]**Fix pom.xml**
18
18
-*To guide you, a FIXME tag has been added to all lines to be edited.*
19
19
-[ ]**Config SonarCloud**
20
-
- To config SonarCloud to your project you need to go on https://sonacloud.io
21
-
- Replace the file at /.github/workflows/sonar.yml with your own yaml file at https://sonacloud.io and if your Java project is not on Java 11, edit this yaml file.
20
+
- To configure SonarCloud to your project you need to go on https://sonacloud.io
21
+
- Replace the file at [/.github/workflows/sonar.yml](.github/workflows/sonar.yml) with your own yaml file at https://sonacloud.io and if your Java project is not on Java 11, edit this yaml file.
0 commit comments