summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2018-04-24 10:11:20 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2018-04-24 10:11:20 +0200
commit76aad54b0c4dc859da0c3f1ff2bf6975e5e74df9 (patch)
treee3303c54a5483eaa4a427885810682a220045a71
parentd1ca6f0017ac0380bb49e619a11f697366aef74e (diff)
downloadefl-devs/stefan/sonar-test.tar.gz
add sonar config filedevs/stefan/sonar-test
-rw-r--r--sonar-project.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/sonar-project.properties b/sonar-project.properties
new file mode 100644
index 0000000000..937b497bfd
--- /dev/null
+++ b/sonar-project.properties
@@ -0,0 +1,11 @@
+sonar.projectKey=efl
+sonar.projectName=Enlightenment Foundation Libraries
+sonar.projectVersion=1.0
+
+# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
+# This property is optional if sonar.modules is set.
+sonar.sources=.
+
+# Properties specific to the C/C++ analyzer:
+sonar.cfamily.build-wrapper-output=bw-output
+sonar.cfamily.gcov.reportsPath=.