diff options
author | Hirle <eric.hirlemann@sonarsource.com> | 2015-07-28 15:17:31 +0200 |
---|---|---|
committer | Hirle <eric.hirlemann@sonarsource.com> | 2015-07-28 15:17:31 +0200 |
commit | 43af9eb52922f36da34d93952fac314dde8dadf0 (patch) | |
tree | 5873c7c920057c4500a526009a3d95ac09dd6082 /.sonarsource.properties | |
parent | 914a384ad19302f71c356dedbf3207eaed00ca67 (diff) | |
download | sonar-scanner-cli-43af9eb52922f36da34d93952fac314dde8dadf0.tar.gz sonar-scanner-cli-43af9eb52922f36da34d93952fac314dde8dadf0.zip |
Add .sonarsource.properties file
Diffstat (limited to '.sonarsource.properties')
-rw-r--r-- | .sonarsource.properties | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.sonarsource.properties b/.sonarsource.properties new file mode 100644 index 0000000..efd67c9 --- /dev/null +++ b/.sonarsource.properties @@ -0,0 +1,8 @@ +# Sonarsource meta data file for this project + +# Wallboard +# teamAtSonarSource drives in which wallboard the alerting will be sent. This actually used for travis alerting +# - 1 means platform team +# - 2 means language team +# - 3 means infra team +wallboard.teamAtSonarSource = 1 |