faraday/.rubocop.yml
Olle Jonsson 03d05a25a9
RuboCop: Allow Lint/AssignmentInCondition - and enable RuboCop in CodeClimate (#853)
RuboCop: Create a TODO list and enable RuboCop in CodeClimate
2019-02-20 20:06:26 +01:00

12 lines
216 B
YAML

inherit_from: .rubocop_todo.yml
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
TargetRubyVersion: 2.3
Naming/MethodName:
Exclude:
- test/adapters/integration.rb
- test/adapters/rack_test.rb