forked from alpha-unito/pico
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[alpha-unito#70] first attempt with sonar
- Loading branch information
Maurizio Drocco
committed
Jan 11, 2019
1 parent
89a8230
commit c363a5d
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
sonar.projectKey=com.github.droccom.pico | ||
sonar.projectName=pico source analysis | ||
sonar.projectVersion=1.0 | ||
|
||
# ===================================================== | ||
# Meta-data for the project | ||
# ===================================================== | ||
|
||
sonar.links.homepage=https://github.com/droccom/pico | ||
sonar.links.ci=https://travis-ci.org/droccom/pico | ||
sonar.links.scm=https://github.com/droccom/pico | ||
sonar.links.issue=https://github.com/droccom/pico/issues | ||
|
||
# ===================================================== | ||
# Properties that will be shared amongst all modules | ||
# ===================================================== | ||
|
||
# SQ standard properties | ||
sonar.sources=. | ||
|
||
# Properties specific to language plugins: | ||
# - For JavaScript | ||
# sonar.javascript.lcov.reportPaths=reports/js/lcov.dat |