Skip to content

Commit

Permalink
Merge 7741cf9 into 1dd5346
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehrke committed Sep 18, 2016
2 parents 1dd5346 + 7741cf9 commit 8de4892
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ imports:

tools:
external_code_coverage:
timeout: 1000
timeout: 1000

build:
tests:
override:
- jshint-run --config js/.jshintrc
2 changes: 1 addition & 1 deletion js/.jshintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"esnext": true,
"curly": true,
"eqeqeq": true,
"immed": true,
Expand All @@ -15,6 +14,7 @@
"strict": true,
"maxparams": false,
"maxdepth": 4,
"esversion": 6,
"browser": true,
"devel": true,
"jquery": true,
Expand Down

0 comments on commit 8de4892

Please sign in to comment.