sonar-project.properties 519 B

12345678910111213141516
  1. sonar.projectKey=akopachov_flipper-zero_authenticator
  2. sonar.organization=akopachov
  3. # This is the name and version displayed in the SonarCloud UI.
  4. #sonar.projectName=flipper-zero_authenticator
  5. #sonar.projectVersion=1.0
  6. # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
  7. sonar.sources=totp
  8. sonar.importSources=true
  9. # Encoding of the source code. Default is default system encoding
  10. #sonar.sourceEncoding=UTF-8
  11. sonar.scm.exclusions.disabled=true
  12. sonar.exclusions=totp/lib/wolfssl/**