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