diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-05-29 11:08:51 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-05-29 11:08:51 +0300 |
commit | b8aed23b4491402df00d6df5059c605cd2c0098b (patch) | |
tree | 6ca6fc0d5fb45b81e0582ca62e11833f7400dcbf /.codeclimate.yml | |
parent | ce6d850ef5950430ad928fe34da5c9be9a162c81 (diff) | |
download | gitlab-ce-b8aed23b4491402df00d6df5059c605cd2c0098b.tar.gz |
Add codeclimate.ymldz-codeclimate-yml
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to '.codeclimate.yml')
-rw-r--r-- | .codeclimate.yml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000000..e5636a13783 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,38 @@ +--- +engines: + brakeman: + enabled: true + bundler-audit: + enabled: true + duplication: + enabled: true + config: + languages: + - ruby + - javascript + eslint: + enabled: true + fixme: + enabled: true + rubocop: + enabled: true +ratings: + paths: + - Gemfile.lock + - "**.erb" + - "**.haml" + - "**.rb" + - "**.rhtml" + - "**.slim" + - "**.inc" + - "**.js" + - "**.jsx" + - "**.module" +exclude_paths: +- config/ +- db/ +- features/ +- node_modules/ +- spec/ +- vendor/ +- lib/api/v3/ |