GitHub user yxping opened a pull request:
https://github.com/apache/incubator-weex/pull/1243
+ [core] Add google code style tools for weex-core
Add google style check script to help lint and format cpp code in weex_core.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yxping/incubator-weex master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1243.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1243
----
commit 1c77091c18ab1f0f8731a6924cdedca45eaa265d
Author: yxping <yxpflyman@...>
Date: 2018-06-05T06:16:06Z
* [android] fix the wrong path of check-style.xml in build.gradle
commit c3a12086aa53adcb37725e0adfb33d4a902b8475
Author: yxping <yxpflyman@...>
Date: 2018-06-05T06:39:15Z
+ [core] add google code style tools for weex-core
1. Update cpplint.py
2. Add cpp-style-check.sh to help check style
3. Add common.h for defining common macro
----
---