Sha256: fab6e3352c5ebf2c901954b9897950a32fa56d114137685f82d277c350da1ed8

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 Bytes

Contents

module Stationed
  module Generators
    module Plugins
      module Rubocop
        def finish_template
          gem 'rubocop', group: :development
          copy_file 'rubocop.rake', 'lib/tasks/rubocop.rake'
          copy_file 'rubocop.yml', '.rubocop.yml'
          super
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stationed-0.0.1 lib/stationed/generators/plugins/rubocop.rb