Skip to content

Commit

Permalink
appium-adb, the reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
sebv committed Jun 3, 2014
1 parent 53d25bc commit 288ef37
Show file tree
Hide file tree
Showing 15 changed files with 361 additions and 116 deletions.
13 changes: 13 additions & 0 deletions .jscs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"excludeFiles": ["submodules/**", "node_modules/**", "./sample-code/**",
"./lib/server/static/**", "./lib/devices/firefoxos/atoms/*.js",
"./test/harmony/**/*.js"],
"requireCurlyBraces": ["for", "while", "do", "try", "catch"],
"requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch",
"return", "try", "catch", "function"],
"disallowMixedSpacesAndTabs": true,
"disallowTrailingWhitespace": true,
"requireSpacesInFunctionExpression": {
"beforeOpeningCurlyBrace": true
}
}
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
current_dir = $(shell pwd)
xcode_path:="$(shell xcode-select -print-path | sed s/\\/Contents\\/Developer//g)"
JSHINT_BIN=./node_modules/.bin/jshint
JSCS_BIN=./node_modules/.bin/jscs

DEFAULT: jshint

jshint:
jshint lib
@$(JSHINT_BIN) lib
@$(JSCS_BIN) lib

.PHONY: \
DEFAULT \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ TODO

```
npm version [patch|minor|major]
git push --tags origin master
git push origin master
git push --tags
npm publish
```
Binary file removed helpers/dump2json.jar
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 288ef37

Please sign in to comment.