fix deprecated syntax

This commit is contained in:
Petr Korolev 2015-03-27 03:54:41 +02:00
parent e7aa1a2042
commit c564c9018b

View File

@ -2,7 +2,7 @@ inherit_from: .rubocop_todo.yml
AllCops:
Exclude:
- 'bin/**'
- 'bin/**/*'
Metrics/LineLength:
Enabled: false