require 'hound/tools/template' require 'hound/tools/hound_yml' require 'hound/tools/hound_overrides' module Hound module Tools class MergedYml include Template def initialize @todo_file = '.rubocop_todo.yml' # NOTE: should be named. .rubocop.yml to prevent RuboCop from traversing super('.rubocop_merged_for_hound.yml') end def generate s = StringIO.new s.write(<