diff --git a/.codeclimate.yml b/.codeclimate.yml index 443499cc4..dce67c062 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,10 +1,8 @@ engines: - rubocop: - enabled: true eslint: enabled: true - -## Exclude dist files and samples from codeclimate +ratings: + paths: + - src/** exclude_paths: -- dist/**/* -- samples/**/* \ No newline at end of file +- dist/**/* \ No newline at end of file