Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui-presets / sonar-project.properties
Size: Mime:
# must be unique in a given SonarQube instance
sonar.projectKey=ui-presets
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=UI Presets
sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=src
sonar.inclusions=src/abstractions/**/*,src/presets/**/*,src/*
sonar.exclusions=node_modules,dist,scratch,scripts,stories
# sonar.test.inclusions=src/**/*.test.tsx,src/**/*test.tsx,**/__tests__/*.test.tsx
# sonar.typescript.lcov.reportPaths=coverage/lcov.info
# sonar.testExecutionReportPaths=reports/test-reporter.xml
# Encoding of the source code. Default is default system encoding
sonar.host.url=http://34.226.131.221:9000
#sonar.sourceEncoding=UTF-8