Skip to content
Snippets Groups Projects
Select Git revision
  • 00962b0a6c024a78bebd07d1ff1a7476bcddf003
  • main default protected
  • convert-cookiecutter
  • expand-documentation
  • enable-security-dashboard
  • fix-clang-tidy
6 results

GitVersion.cmake

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    sonar-project.properties 545 B
    sonar.projectKey=astron_telescope-specification-models
    sonar.organization=astr0n
    sonar.sources=lib
    sonar.tests=lib/__tests__
    sonar.javascript.lcov.reportPaths=coverage/lcov.info
    sonar.exclusions=src/__tests__/**/*
    sonar.javascript.lcov.reportPaths=coverage/lcov.info
    # This is the name and version displayed in the SonarCloud UI.
    #sonar.projectName=Telescope Specification Models
    #sonar.projectVersion=1.0
    
    
    # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
    #sonar.sources=.
    
    # Encoding of the source code.