Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
instana / .codeclimate.yml
Size: Mime:
version: "2"
checks:
  complex-logic:
    config:
      threshold: 12
  file-lines:
    config:
      threshold: 325
  method-complexity:
    config:
      threshold: 12
  method-lines:
    config:
      threshold: 50
  method-count:
    config:
      threshold: 30

plugins:
  fixme:
    enabled: true
  rubocop:
    enabled: true