From edacac88e3ff87038aab30b6c134e8a1ed14a741 Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Tue, 26 Jul 2016 16:22:41 +0800 Subject: [PATCH 1/2] Create .codeclimate.yml --- .codeclimate.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..712b5f65 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,6 @@ +engines: + fixme: + enabled: true +ratings: + paths: [] +exclude_paths: [] From 2d43010875a0a3635dbea0d926784663ef691491 Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Tue, 26 Jul 2016 16:28:44 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 738cf558..91211b3f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Weixin Java Tools weixin-java-tools ## 微信公众号/企业号开发Java SDK -## [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badge/) ![Maven Central](https://img.shields.io/maven-central/v/com.github.binarywang/weixin-java-parent.svg) [![Build Status](https://travis-ci.org/binarywang/weixin-java-tools.svg?branch=develop)](https://travis-ci.org/binarywang/weixin-java-tools) +## [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badge/) ![Maven Central](https://img.shields.io/maven-central/v/com.github.binarywang/weixin-java-parent.svg) [![Build Status](https://travis-ci.org/binarywang/weixin-java-tools.svg?branch=develop)](https://travis-ci.org/binarywang/weixin-java-tools) [![Code Climate](https://codeclimate.com/github/binarywang/weixin-java-tools.png)](https://codeclimate.com/github/binarywang/weixin-java-tools) ### 声明:本项目基于chanjarster/weixin-java-tools,由于原作者长期没有维护,故单独维护和发布,且发布到maven上的groupId也会不同。