Skip to content

Commit

Permalink
Exclude typhoeus adapter from Inclusivity/Race cop
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia committed Aug 8, 2022
1 parent 84eb253 commit eba6cd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ AllCops:

Inclusivity/Race:
Enabled: true
Exclude:
- 'lib/faraday/adapter/typhoeus.rb'

Metrics/BlockLength:
Exclude:
Expand Down Expand Up @@ -59,4 +61,3 @@ Style/IfUnlessModifier:

Style/SlicingWithRange: # (0.83)
Enabled: true

0 comments on commit eba6cd9

Please sign in to comment.