cre-ne-jp/log-archiver

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"
checks:
method-lines:
enabled: true
config:
threshold: 50
plugins:
brakeman:
enabled: true
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
fixme:
enabled: true
rubocop:
enabled: true
exclude_patterns:
- config/
- db/
- test/
- vendor/
- config/
- db/
- "**/node_modules/"
- "**/spec/"
- "**/test/"
- "**/tests/"
- "**/vendor/"
- "**/*.d.ts"
- babel.config.js
- postcss.config.js