Skip to content

Commit

Permalink
Adding SonarQube config file
Browse files Browse the repository at this point in the history
  • Loading branch information
thsaravana committed May 31, 2016
1 parent 771bc9c commit 7b667d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sonar.projectKey=Pagination
sonar.projectName=Pagination
sonar.projectVersion=1.0

sonar.sources=src/main/java,src/main/res
sonar.binaries=build/intermediates/classes/debug

sonar.sourceEncoding=UTF-8

sonar.android.lint.report=build/outputs/lint-results.xml
sonar.import_unknown_files=true

0 comments on commit 7b667d7

Please sign in to comment.