Skip to content
Snippets Groups Projects
Commit 673a382f authored by nfontrod's avatar nfontrod
Browse files

sonar-project.properties: add flake8 report file

parent 869c3500
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,10 @@ sonar.sourceEncoding=UTF-8
#Description of the project
sonar.python.coverage.reportPaths=./coverage.xml
sonar.projectDescription=A tools to visualise bigwig coverage.
# Duplication detection - apparently doesn't work
sonar.cpd.python.minimumtokens=10
sonar.cpd.python.minimumLines=100
# Flake8 report
sonar.python.flake8.reportPaths=.flake8-report.txt
#----- Default SonarQube server
#sonar.host.url=http://localhost:9000
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment