rubocop-extension-generator icon indicating copy to clipboard operation
rubocop-extension-generator copied to clipboard

Patch missing `require 'yaml'` in file using YAML

Open sambostock opened this issue 2 years ago • 0 comments

Since we use the YAML constant, it would be best practice to require 'yaml', even if technically the fact that we require 'rubocop' means that's probably happened already.

Added this after noticing some generated extensions add in require "yaml", so perhaps they ran into an issue.

sambostock avatar Feb 05 '23 00:02 sambostock