소스 검색

Create .codeclimate.yml

Created a .codeclimate.yml configuration file that will work with your existing configurations for ESLint and Rubocop.
Scott Larkin 7 년 전
부모
커밋
e177ff305a
1개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. 18 0
      .codeclimate.yml

+ 18 - 0
.codeclimate.yml

@@ -0,0 +1,18 @@
+engines:
+ duplication:
+   enabled: true
+   config:
+     languages:
+     - ruby
+     - javascript
+ rubocop:
+   enabled: true
+ eslint:
+   enabled: true
+ratings:
+ paths:
+ - "**.rb"
+ - "**.js"
+exclude_paths:
+- spec/
+- vendor/asset