fixing code climate config

pull/634/head^2
Gabriel Engel 10 years ago
parent 0e3c807d64
commit bfd55a3899
  1. 18
      .codeclimate.yml

@ -29,17 +29,17 @@ engines:
# For more details see here:
# http://docs.codeclimate.com/article/289-configuring-your-repository-via-codeclimate-yml#platform
# ratings:
# paths:
# - app/**
# - lib/**
# - "**.rb"
# - "**.go"
ratings:
paths:
- "private/moment-locales/**/*"
- "packages/rocketchat-favico/favico.js"
- "**.rb"
- "**.go"
# You can globally exclude files from being analyzed by any engine using the
# exclude_paths key.
exclude_paths:
- private/moment-locales/*
- packages/rocketchat-favico/favico.js
#- vendor/**/*
- "private/moment-locales/**/*"
- "packages/rocketchat-favico/favico.js"
#- "vendor/**/*""

Loading…
Cancel
Save