diff --git a/.codeclimate.yml b/.codeclimate.yml index 5083f4af..7052f270 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,19 @@ engines: + rubocop: + enabled: true + eslint: + enabled: true + csslint: + enabled: true duplication: enabled: false +ratings: + paths: + - app/** + - lib/** + - "**.rb" + - "**.js" + - "**.css" +exclude_paths: +- spec/**/* +- vendor/**/*