Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
[#342] Add Bithound badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbrooks committed Apr 24, 2015
1 parent 8884037 commit 5df2c93
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
53 changes: 53 additions & 0 deletions .bithoundrc
@@ -0,0 +1,53 @@
{
"ignore": [
"**/deps/**",
"**/node_modules/**",
"**/thirdparty/**",
"**/third_party/**",
"**/vendor/**",
"**/**-min-**",
"**/**-min.**",
"**/**.min.**",
"**/**jquery.?(ui|effects)-*.*.?(*).?(cs|j)s",
"**/**jquery-*.*.?(*).?(cs|j)s",
"**/prototype?(*).js",
"**/**?(*).ts",
"**/mootools*.*.*.js",
"**/dojo.js",
"**/MochiKit.js",
"**/yahoo-*.js",
"**/yui*.js",
"**/ckeditor*.js",
"**/tiny_mce*.js",
"**/tiny_mce/?(langs|plugins|themes|utils)/**",
"**/MathJax/**",
"**/shBrush*.js",
"**/shCore.js",
"**/shLegacy.js",
"**/modernizr.custom.?(*).js",
"**/knockout-*.*.*.debug.js",
"**/extjs/*.js",
"**/extjs/*.xml",
"**/extjs/*.txt",
"**/extjs/*.html",
"**/extjs/*.properties",
"**/extjs/.sencha",
"**/extjs/docs/**",
"**/extjs/builds/**",
"**/extjs/cmd/**",
"**/extjs/examples/**",
"**/extjs/locale/**",
"**/extjs/packages/**",
"**/extjs/plugins/**",
"**/extjs/resources/**",
"**/extjs/src/**",
"**/extjs/welcome/**",
"bower_components/**"
],
"test": [
"**/test/**",
"**/tests/**",
"**/spec/**",
"**/specs/**"
]
}
8 changes: 7 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
## PhoneGap App Desktop [![Build status](https://badge.buildbox.io/d5b26a9e3bc79e808d8cdb483ee14d45d371c9f41bd8371c3b.svg?branch=master)](https://buildbox.io/phonegap/phonegap-desktop)
## PhoneGap App Desktop [![Build status][buildbox-img]][buildbox-url] [![bitHound Score][bithound-img]][bithound-url]

Initial prototype of creating a desktop app for the PhoneGap CLI.

Expand Down Expand Up @@ -65,3 +65,9 @@ Opens the application located in:

- __OS X__: `build/PhoneGap/osx/PhoneGap.app`
- __Windows__: `build/PhoneGap/win/PhoneGap.exe`

[buildbox-img]: https://badge.buildbox.io/d5b26a9e3bc79e808d8cdb483ee14d45d371c9f41bd8371c3b.svg?branch=master
[buildbox-url]: https://buildbox.io/phonegap/phonegap-desktop
[bithound-img]: https://www.bithound.io/github/phonegap/phonegap-app-desktop/badges/score.svg
[bithound-url]: https://www.bithound.io/github/phonegap/phonegap-app-desktop

0 comments on commit 5df2c93

Please sign in to comment.