-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
25 lines (19 loc) · 903 Bytes
/
sonar-project.properties
File metadata and controls
25 lines (19 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
sonar.projectKey=jmather_json-schema-orm
sonar.projectName=A synchronous ORM built on the back of JSON Schema
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/jmather/json-schema-orm
sonar.links.ci=https://travis-ci.org/jmather/json-schema-orm
sonar.links.scm=https://github.com/jmather/json-schema-orm
sonar.links.issue=https://github.com/jmather/json-schema-orm/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# SQ standard properties
sonar.sources=src,bin
sonar.tests=tests
sonar.exclusions=node_modules/**,browser/**
# Properties specific to language plugins:
# - For JavaScript
sonar.javascript.lcov.reportPaths=coverage/lcov.info