fix rubocop yml

This commit is contained in:
Petr Korolev 2015-03-27 03:52:49 +02:00
parent 765d995b6d
commit e7aa1a2042
2 changed files with 3 additions and 5 deletions

View File

@ -1,10 +1,8 @@
inherit_from: .rubocop_todo.yml inherit_from: .rubocop_todo.yml
AllCops: AllCops:
Excludes: Exclude:
- bin/** - 'bin/**'
- db/**
- config/**
Metrics/LineLength: Metrics/LineLength:
Enabled: false Enabled: false

View File

@ -9,5 +9,5 @@ group :test do
gem 'rspec' gem 'rspec'
gem 'rubocop' gem 'rubocop'
gem 'coveralls', require: false gem 'coveralls', require: false
gem "codeclimate-test-reporter", require: nil gem 'codeclimate-test-reporter', require: nil
end end