-
Notifications
You must be signed in to change notification settings - Fork 5
/
sonar-project.properties
13 lines (8 loc) · 1.1 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
sonar.projectKey=DivorceDecreeNisiFrontend
sonar.projectName=DivorceDecreeNisiFrontend :: frontend
sonar.sources=.
sonar.tests=test
sonar.language=js
sonar.cpd.exclusions=steps/contact-divorce-team-error/ContactDivorceTeamError.html, steps/petition-progress-bar/PetitionProgressBar.step.js, steps/petition-progress-bar/petitionerStateTemplates.js, steps/petition-progress-bar/sections/awaitingClarification/PetitionProgressBar.awaitingClarification.template.html, steps/avaya-webchat/*
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.exclusions=*Dockerfile,node_modules/**/*,test/**/*, mocks/**/*, assets/**/*,config/**/*,infrastructure/**/*,resources/**/*,views/**/*, coverage/**/*, app.js, server.js, services/redis.js, steps/respondent/progress-bar/ProgressBar.step.js, steps/avaya-webchat/*, steps/contact-divorce-team-error/ContactDivorceTeamError.html, steps/petition-progress-bar/PetitionProgressBar.step.js, steps/petition-progress-bar/petitionerStateTemplates.js, steps/petition-progress-bar/sections/awaitingClarification/PetitionProgressBar.awaitingClarification.template.html, steps/avaya-webchat/*