There was an error while loading. Please reload this page.
1 parent 3c692f4 commit c4eed48Copy full SHA for c4eed48
1 file changed
sonar-project.properties
@@ -0,0 +1,13 @@
1
+# Required metadata
2
+sonar.projectKey=com.github:python-bugzilla:python-bugzilla
3
+sonar.projectName=Python Bugzilla
4
+sonar.projectVersion=2.1.0
5
+
6
+# Comma-separated paths to directories with sources (required)
7
+sonar.sources=bugzilla
8
9
+# Language
10
+sonar.language=py
11
12
+# Encoding of the source files
13
+sonar.sourceEncoding=UTF-8
0 commit comments