I've been looking for hours how to disable sonarcloud checking on duplicate lines/blocks in my sonar-project.properties
file, and I still can't make it, it's driving me crazy.
I've tried
sonar.cpd.exclusions=**/*.js
sonar.cpd.exclusions=**/*
But it's not working.
How to achieve this simple task ?
Thanks a lot for your help !