Ikaheishi/Penelope

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"
plugins:
  pmd:
    enabled: true
    config:
      rules:
        - "java-basic"
        - "java-strings"
        - "java-unnecessary"
        - "java-unusedcode"
exclude_patterns:
  - "nbproject/"