Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Merge branch 'codeclimate' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Oct 5, 2018
2 parents aa46adb + 18eed3a commit 8fa22d6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
10 changes: 3 additions & 7 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
engines:
plugins:
duplication:
enabled: true
config:
Expand All @@ -14,10 +14,6 @@ engines:
csslint:
enabled: true

ratings: # enables GPA rating
paths:
- "**.css"
- "**.js"

exclude_paths:
exclude_patterns:
- "tests/"
- "interface/client/lib/signatures.js"
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"extends": [
"plugin:prettier/recommended",
"eslint:recommended",
"plugin:react/recommended"
"plugin:react/recommended",
"prettier"
],
"globals": {
"i18n": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"electron": "1.8.8",
"electron-builder": "^20.17.2",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.8.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2511,11 +2511,11 @@ escodegen@1.x.x:
optionalDependencies:
source-map "~0.6.1"

eslint-config-prettier@^2.9.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.10.0.tgz#ec07bc1d01f87d09f61d3840d112dc8a9791e30b"
eslint-config-prettier@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.1.0.tgz#2c26d2cdcfa3a05f0642cd7e6e4ef3316cdabfa2"
dependencies:
get-stdin "^5.0.1"
get-stdin "^6.0.0"

eslint-import-resolver-node@^0.3.1:
version "0.3.2"
Expand Down Expand Up @@ -3305,9 +3305,9 @@ get-stdin@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"

get-stdin@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"
get-stdin@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"

get-stream@^2.2.0:
version "2.3.1"
Expand Down

0 comments on commit 8fa22d6

Please sign in to comment.