Skip to content

Commit

Permalink
exclude shallowEqual
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed Dec 13, 2017
1 parent 48d4e72 commit 5e1fb26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ exclude_paths:
- "react-i18next.js"
- "react-i18next.min.js"
- "rollup.config.js"
- "src/shallowEqual.js"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"collectCoverageFrom": [
"**/src/*.{js,jsx}",
"!**/src/index.js",
"!**/src/shallowEqual.js",
"!**/node_modules/**",
"!**/test/**",
"!**/example/**"
Expand Down

0 comments on commit 5e1fb26

Please sign in to comment.