Skip to content

Commit c4eed48

Browse files
committed
Add SonarQube configuration
Relates-to: #45
1 parent 3c692f4 commit c4eed48

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

sonar-project.properties

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)