lostisland / faraday

Simple, but flexible HTTP client library, with support for multiple backends.
https://lostisland.github.io/faraday
MIT License
5.72k stars 972 forks source link

Remove unnecessary `require 'pp'` #1457

Closed iMacTia closed 1 year ago

iMacTia commented 1 year ago

Description

Fix the Lint/RedundantRequireStatement cop introduced in Rubocop 1.38.0:

lib/faraday/logging/formatter.rb:3:1: W: [Correctable] Lint/RedundantRequireStatement: Remove unnecessary require statement.
require 'pp'
^^^^^^^^^^^^