Skip to content
代码片段 群组 项目
.codeclimate.yml 463 字节
更新 更旧
---
version: "2"
plugins:
  bundler-audit:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
  rubocop:
    enabled: false
exclude_patterns:
  - "{ee/,jh/,}config/"
  - "{ee/,jh/,}db/"
  - "**/log/"
  - "**/node_modules/"
  - "**/spec/"
  - "**/tmp/"
  - "**/vendor/"
  - backups/
  - file_hooks/
  - plugins/
  - public/
  - shared/
  - webpack-report/