Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/sonar-project.properties is written in an unsupported language. File is not indexed.

0001 sonar.projectKey=acts-project_acts
0002 sonar.organization=acts-project
0003 
0004 # This is the name and version displayed in the SonarCloud UI.
0005 #sonar.projectName=acts
0006 #sonar.projectVersion=1.0
0007 
0008 
0009 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
0010 sonar.sources=.
0011 sonar.tests=Tests
0012 
0013 # Encoding of the source code. Default is default system encoding
0014 sonar.sourceEncoding=UTF-8
0015 
0016 sonar.exclusions=**/*.py,Tests/**/*
0017 sonar.coverage.exclusions=Examples/**/*,**/*.py