Sha256: 03fdb7dbd8680800cbeef0c6a3515b6a37f7029ab1980690fb6c9ffbb798d754

Contents?: true

Size: 231 Bytes

Versions: 4

Compression:

Stored size: 231 Bytes

Contents

module Rubocop
  module Stylecheck
    class Railtie < Rails::Railtie
      rake_tasks do
        rake_path = File.join(File.dirname(__FILE__), "tasks/*.rake")
        Dir[rake_path].each { |f| load f }
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubocop-stylecheck-0.1.3 lib/rubocop/stylecheck/railtie.rb
rubocop-stylecheck-0.1.2 lib/rubocop/stylecheck/railtie.rb
rubocop-stylecheck-0.1.1 lib/rubocop/stylecheck/railtie.rb
rubocop-stylecheck-0.1.0 lib/rubocop/stylecheck/railtie.rb