rggen / rggen-core

RgGen Core Library

Home Page:https://github.com/rggen/rggen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix "Rubocop/Lint/NonLocalExitFromIterator" issue in lib/rggen/core/base/item_factory.rb

taichi-ishitani opened this issue · comments

Non-local exit from iterator, without return value. next, break, Array#find, Array#any?, etc. is preferred.

https://codeclimate.com/github/rggen/rggen-core/lib/rggen/core/base/item_factory.rb#issue_596644f9a74c400001000025