uploadcare / uploadcare-ruby

Ruby API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
MIT License
39 stars 28 forks source link

Disable wrong rubocop failure, we actually want to call the each method to test iteration using pagination over the file list #165

Closed vipulnsward closed 2 months ago

vipulnsward commented 2 months ago

Description

Disable wrong rubocop failure, we actually want to call the each method to test iteration using pagination over the file list

Checklist