romanlex/app-manifest-webpack-plugin

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
version: "2"
checks:
  method-complexity:
    config:
      threshold: 10
  method-lines:
    config:
      threshold: 50
plugins:
  eslint:
    enabled: true
    channel: "eslint-4"
exclude_patterns:
  - example/**/*
  - node_modules/**/*
  - test/**/*