Trying to get sonar to run properly

This commit is contained in:
Aaron Louie 2020-02-12 10:21:00 -05:00
parent 5f461d9e87
commit 6408e45093
1 changed files with 3 additions and 0 deletions

View File

@ -2,3 +2,6 @@ sonar.organization=sartography
sonar.projectKey=sartography_cr-connect-workflow sonar.projectKey=sartography_cr-connect-workflow
sonar.host.url=https://sonarcloud.io sonar.host.url=https://sonarcloud.io
sonar.login=486ae8e383175c1368b4d289e5e9bba2dfc473a1 sonar.login=486ae8e383175c1368b4d289e5e9bba2dfc473a1
sonar.exclusions=docs/**,config/**,instance/**,migrations/**,postgres/**,readme_images/**,schema/**,templates/**
sonar.sources=crc
sonar.test.inclusions=tests