Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / @skava/ui   js

Repository URL to install this package:

Version: 4.2.0-a11y.0 

/ sonar-project.properties

# must be unique in a given SonarQube instance
sonar.projectKey=ui-component-library
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=UI Component Library
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/bootstrapper/**/*,src/components/**/*.tsx,src/state/**/*.tsx,src/styles/**/*,src/words/**/*,scripts/**/*,config/**/*,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