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
AllCops:
Excludes:
- bin/**
- db/**
- config/**
Exclude:
- 'bin/**'
Metrics/LineLength:
Enabled: false

View File

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