karthik_vee

gerrit.properties

Apr 21st, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 0.98 KB | None | 0 0
  1. connector.host=git.example.com
  2. #connector.path=http://192.168.61.100
  3. connector.port=8080
  4. connector.username=admin
  5. connector.password=S2uw5tIqo+RF/woD4skiHXCe0OhhVLteBN5qy5J2Pw
  6. connector.useHttps=false
  7. checkstyle.enabled=true
  8. checkstyle.configurationFile=sun_checks.xml
  9. checkstyle.propertiesFile=
  10. pmd.enabled=true
  11. pmd.ruleSets=rulesets/java/android.xml,rulesets/java/basic.xml
  12. findbugs.enabled=true
  13. findbugs.includeFilter=
  14. findbugs.excludeFilter=
  15. codenarc.enabled=true
  16. codenarc.ruleSets=
  17. codenarc.excludes=**/*.java
  18. jslint.enabled=true
  19. jshint.enabled=true
  20. jshint.configurationFile=jshint.json
  21. tslint.enabled=false
  22. tslint.script=/usr/bin/tslint
  23. tslint.configurationFile=tslint.json
  24. sonar.enabled=true
  25. sonar.configurationFiles=sonar-project.properties, sonar-runner.properties
  26. sonar.verbose=true
  27. Score.strategy=NoScore|ScoreAlwaysPass|ScorePassIfEmpty|ScorePassIfNoErrors
  28. score.passingKey=Code-Review
  29. score.passingValue=1
  30. score.failingKey=Code-Review
  31. score.failingValue=-1
Add Comment
Please, Sign In to add comment