Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 3bc9e1e

Browse files
committed
Sonarcloud config
1 parent 185537b commit 3bc9e1e

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addons:
1111
sonarcloud:
1212
organization: "mocks-server"
1313
token:
14-
secure: $SONAR_TOKEN
14+
secure: "$SONAR_TOKEN"
1515
branch:
1616
name: "$TRAVIS_CURRENT_BRANCH"
1717

sonar-project.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ sonar.coverage.exclusions=test/**/*
1010
sonar.cpd.exclusions=test/**
1111
sonar.javascript.lcov.reportPaths=coverage/lcov.info
1212
sonar.host.url=https://sonarcloud.io
13-
14-
sonar.issue.ignore.multicriteria=j1
15-
sonar.issue.ignore.multicriteria.j1.ruleKey=javascript:S4144
16-
sonar.issue.ignore.multicriteria.j1.resourceKey=test/**/*,test-acceptance/**/*

0 commit comments

Comments
 (0)