-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
由 Rémy Coutable 创作于Signed-off-by:
Rémy Coutable <remy@rymai.me>
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
.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/