Thanks to visit codestin.com
Credit goes to codeclimate.com

vpietri/magento2-developer-quickdevbar

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
languages:
  JavaScript: true
  PHP: true
engines:
  duplication:
    enabled: true
    config:
      languages:
      - javascript
      - php
  eslint:
    enabled: true
  fixme:
    enabled: true
  phpmd:
    enabled: true
    checks:
      CleanCode/ElseExpression:
        enabled: false
ratings:
  paths:
  - "**.js"
  - "**.php"
exclude_paths:
- "view/base/web/js/tablesorter/"
- "view/base/web/js/sunnywalker/"