Skip to content

Commit 82c03fe

Browse files
Added shared sonar config
1 parent ea1cafa commit 82c03fe

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
!.gitkeep
44
!.mvn
55
!.github
6+
!.sonarlint
67
!.devcontainer
78
target
89
META-INF

.sonarlint/connectedMode.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"sonarCloudOrganization": "fuinorg",
3+
"projectKey": "org.fuin:utils4j",
4+
"region": "EU"
5+
}

0 commit comments

Comments
 (0)