Skip to content
代码片段 群组 项目
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
.codeclimate.yml 463 B
---
version: "2"
plugins:
  bundler-audit:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
        - ruby
        - javascript
  rubocop:
    enabled: false
exclude_patterns:
  - "{ee/,jh/,}config/"
  - "{ee/,jh/,}db/"
  - "**/log/"
  - "**/node_modules/"
  - "**/spec/"
  - "**/tmp/"
  - "**/vendor/"
  - .yarn-cache/
  - backups/
  - builds/
  - coverage/
  - file_hooks/
  - plugins/
  - public/
  - shared/
  - webpack-report/