Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Enable Hound and remove linter from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed Jul 8, 2017
1 parent 47e83e7 commit 2504206
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .hound.yml
@@ -0,0 +1,7 @@
ruby:
config_file: .rubocop.yml

scss:
config_file: .scss-lint.yml

fail_on_violations: true
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,6 @@ before_script:

script:
- "./bin/rake knapsack:rspec"
- "./script/linter"

cache:
bundler: true
Expand Down

0 comments on commit 2504206

Please sign in to comment.