Skip to content
Snippets Groups Projects
Select Git revision
  • d9be3c3ee842749053c89b5910d9b80da35c3970
  • master default protected
  • L2SS-2407-swap-iers-caltable-monitoring-port
  • L2SS-2357-fix-ruff
  • sync-up-with-meta-pypcc
  • stabilise-landing-page
  • all-stations-lofar2
  • v0.39.7-backports
  • Move-sdptr-to-v1.5.0
  • fix-build-ubuntu
  • tokens-in-env-files
  • fix-build
  • L2SS-2214-deploy-cdb
  • fix-missing-init
  • add-power-hardware-apply
  • L2SS-2129-Add-Subrack-Routine
  • Also-listen-internal-to-rpc
  • fix-build-dind
  • L2SS-2153--Improve-Error-Handling
  • L2SS-2153-Add-Grpc-Gateway-support
  • L2SS-1970-apsct-lol
  • v0.55.4 protected
  • 0.55.2.dev0
  • 0.55.1.dev0
  • 0.55.0.dev0
  • v0.54.0 protected
  • 0.53.2.dev0
  • 0.53.1.dev0
  • v0.52.3-r2 protected
  • remove-snmp-client
  • v0.52.3 protected
  • v0.52.3dev0 protected
  • 0.53.1dev0
  • v0.52.2-rc3 protected
  • v0.52.2-rc2 protected
  • v0.52.2-rc1 protected
  • v0.52.1.1 protected
  • v0.52.1 protected
  • v0.52.1-rc1 protected
  • v0.51.9-6 protected
  • v0.51.9-5 protected
41 results

install-pre-commit.sh

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.