Skip to content

Commit

Permalink
Remove redundant property in sonar-project.properties
Browse files Browse the repository at this point in the history
The property 'sonar.externalIssuesReportPaths=report.json' has been removed from sonar-project.properties. This redundancy cleanup aims to improve the clarity and maintainability of the project configuration.
  • Loading branch information
wneessen committed Dec 15, 2023
1 parent 62555b4 commit 7db0203
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@

sonar.projectKey=go-parsesyslog
sonar.go.coverage.reportPaths=cov.out
sonar.externalIssuesReportPaths=report.json

0 comments on commit 7db0203

Please sign in to comment.