forked from monicahq/monica
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sonar-project.properties
21 lines (18 loc) · 1.01 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# must be unique in a given SonarQube instance
sonar.projectKey=monica
sonar.projectName=monica
sonar.organization=monicahq
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=app,bootstrap,config,database,public,resources,routes
sonar.exclusions=bootstrap/cache/*,public/vendor/**,resources/lang/**
sonar.tests=tests
sonar.coverage.exclusions=routes/*.php,config/*.php,bootstrap/**,resources/**/*.php,database/factories/*,database/migrations/*.php,public/*.php,resources/**/*.vue,resources/**/*.js
sonar.cpd.exclusions=routes/*.php,config/*.php,bootstrap/**,resources/**/*.php,database/**/*.php
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
# Links for sonarcloud.io page
sonar.links.homepage=https://monicahq.com
sonar.links.ci=https://github.com/monicahq/monica/actions
sonar.links.scm=https://github.com/monicahq/monica
sonar.links.issue=https://github.com/monicahq/monica/issues