Skip to content

Commit

Permalink
Add coala (anshumanv#36)
Browse files Browse the repository at this point in the history
add coala checks for the repository

Closes anshumanv#33
  • Loading branch information
Monal5031 authored and anshumanv committed Jan 16, 2018
1 parent ee173e9 commit cb743ae
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .coafile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[whitespace]
files = **.js
use_spaces = True
bears = SpaceConsistencyBear
default_actions = *: ApplyPatchAction

[javascript]
files = **.js
bears = JSHintBear
allow_unused_variables = True
javascript_strictness = False
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: python
python: 3.6

install:
- pip install coala-bears
- npm i -g jshint

script:
- coala --ci

0 comments on commit cb743ae

Please sign in to comment.