Skip to content

Instantly share code, notes, and snippets.

@karkranikhil
Created June 13, 2019 23:30
Show Gist options
  • Select an option

  • Save karkranikhil/49f86ece2edbbdb73b9956cdd825d40f to your computer and use it in GitHub Desktop.

Select an option

Save karkranikhil/49f86ece2edbbdb73b9956cdd825d40f to your computer and use it in GitHub Desktop.
# required metdata
sonar.projectKey=sonar-lint-demo
sonar.projectVersion=1.0
sonar.sourceEncoding=UTF-8
# sonar.language=js
# sonar.eslint.eslintconfigpath=app/eslintrc.json
# path to source directories
sonar.sources=app
# excludes
# sonar.exclusions=app/node_modules/**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment