diff --git a/sonar-project.properties b/sonar-project.properties
index 415422409ff737dea4534d81a34317d8b8dfe010..fb11e842ab283c4ebe96a594ad3cc1f698a33bd4 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -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