UNPKG

718 BPlain TextView Raw
1# must be unique in a given SonarQube instance
2sonar.projectKey=obj-filter
3# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
4sonar.projectName=obj-filter
5sonar.projectVersion=1.3.1
6
7# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
8# This property is optional if sonar.modules is set.
9sonar.sources=.
10#~ sonar.exclusions=t/**, node_modules/**, coverage/**
11sonar.exclusions=node_modules/**, coverage/**
12
13# Encoding of the source code. Default is default system encoding
14sonar.sourceEncoding=UTF-8
15
16# LCOV coverage file from istanbul and tape
17sonar.javascript.lcov.reportPaths=coverage/lcov.info
18
19sonar.organization=bluet-github