Skip to content

Commit

Permalink
chore: Adding hound ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoleynik committed Sep 23, 2019
1 parent ea9ece6 commit 09c37e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .hound.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
reek:
enable: true
config_file: .reek.yml

rubocop:
config_file: .rubocop.yml
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ addons:

before_script:
- cp config/database.yml.sample config/database.yml
- psql -c 'create database rock_test;' -U postgres

script:
- bundle exec rails db:create RAILS_ENV=test
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/mikeoleynik/edctn.svg?branch=master)](https://travis-ci.org/mikeoleynik/edctn)

## Getting Started

This section provides quick start guide.
Expand Down

0 comments on commit 09c37e0

Please sign in to comment.