sonar-project.properties 671 B

12345678910111213141516171819
  1. # https://about.sonarcloud.io/get-started/
  2. # Run the SonarCloud tools with the follow parameters:
  3. # Run in the cmake build directory after cmake: build-wrapper-[platform]-x86-64 --out-dir bw-output make clean all
  4. # Run in the project root directory: sonar-scanner.bat -Dsonar.cfamily.build-wrapper-output=build/bw-output -Dsonar.cfamily.gcov.reportsPath=build -Dsonar.login=[AUTH_TOKEN]
  5. # required metadata
  6. sonar.projectKey=keepassxc
  7. sonar.organization=droidmonkey-github
  8. sonar.projectName=keepassxc
  9. sonar.host.url=https://sonarcloud.io
  10. # path to source directories (required)
  11. sonar.sources=src
  12. sonar.tests=tests
  13. sonar.cfamily.threads=2
  14. sonar.exclusions=**/zxcvbn/*