Skip to content

Commit

Permalink
Merge 22704d3 into 2a9355c
Browse files Browse the repository at this point in the history
  • Loading branch information
jturkel committed Oct 3, 2019
2 parents 2a9355c + 22704d3 commit 0175032
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ inherit_gem:

AllCops:
TargetRubyVersion: 2.3
Exclude:
- 'vendor/**/*'
- 'gemfiles/vendor/**/*'

Style/FrozenStringLiteralComment:
Enabled: true
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: ruby
cache: bundler
sudo: false
gemfile:
- gemfiles/rails_4.2.gemfile
Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
)

SimpleCov.start do
add_filter 'benchmark'
add_filter 'gemfiles'
add_filter 'spec'
end

Expand Down

0 comments on commit 0175032

Please sign in to comment.