rubocop-extension-generator
rubocop-extension-generator copied to clipboard
Patch missing `require 'yaml'` in file using YAML
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.