Skip to content

Commit eba6cd9

Browse files
committed
Exclude typhoeus adapter from Inclusivity/Race cop
1 parent 84eb253 commit eba6cd9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.rubocop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ AllCops:
1212

1313
Inclusivity/Race:
1414
Enabled: true
15+
Exclude:
16+
- 'lib/faraday/adapter/typhoeus.rb'
1517

1618
Metrics/BlockLength:
1719
Exclude:
@@ -59,4 +61,3 @@ Style/IfUnlessModifier:
5961

6062
Style/SlicingWithRange: # (0.83)
6163
Enabled: true
62-

0 commit comments

Comments
 (0)