Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 0e3d330

Browse files
committed
Code Climate settings
1 parent eb22bdd commit 0e3d330

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.codeclimate.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
engines:
3+
duplication:
4+
enabled: true
5+
config:
6+
languages:
7+
- javascript
8+
eslint:
9+
enabled: true
10+
fixme:
11+
enabled: true
12+
ratings:
13+
paths:
14+
- "**.js"
15+
exclude_paths:
16+
- test/
17+
- generators/app/templates/
18+
- generators/endpoint/templates/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![npm version](https://badge.fury.io/js/generator-http-fake-backend.svg)](http://badge.fury.io/js/generator-http-fake-backend)
22
[![Build Status](https://travis-ci.org/micromata/generator-http-fake-backend.svg?branch=master)](https://travis-ci.org/micromata/generator-http-fake-backend)
3+
[![Code Climate](https://codeclimate.com/github/micromata/generator-http-fake-backend/badges/gpa.svg)](https://codeclimate.com/github/micromata/generator-http-fake-backend)
34
[![Coverage Status](https://coveralls.io/repos/github/micromata/generator-http-fake-backend/badge.svg?branch=master)](https://coveralls.io/github/micromata/generator-http-fake-backend?branch=master)
45
[![Dependency Status](https://david-dm.org/micromata/generator-http-fake-backend.svg)](https://david-dm.org/micromata/generator-http-fake-backend)
56
[![devDependency Status](https://david-dm.org/micromata/generator-http-fake-backend/dev-status.svg?theme=shields.io)](https://david-dm.org/micromata/generator-http-fake-backend#info=devDependencies)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"yosay": "1.2.1"
3636
},
3737
"devDependencies": {
38+
"codeclimate-test-reporter": "^0.4.0",
3839
"eslint": "3.8.0",
3940
"eslint-config-xo-space": "0.15.0",
4041
"gulp": "3.9.1",

0 commit comments

Comments
 (0)