mirror of
https://github.com/opentx/opentx.git
synced 2025-07-12 19:10:19 +03:00
9 lines
283 B
INI
9 lines
283 B
INI
sonar.host.url = https://sonarcloud.io
|
|
sonar.projectKey = OpenTX
|
|
sonar.organization = opentx-github
|
|
sonar.projectName = OpenTX
|
|
sonar.projectVersion = 2.2
|
|
sonar.sources = .
|
|
sonar.exclusions = sound/**, build/**, radio/src/thirdparty/**
|
|
sonar.cfamily.build-wrapper-output = bw_output
|
|
|