Sha256: 8fa516b16cfea315d34b1e5b7063b1e599a460bda217ae153a5e07b10af4c0f4

Contents?: true

Size: 325 Bytes

Versions: 1

Compression:

Stored size: 325 Bytes

Contents

require "rubocop/stylecheck/version"

module Rubocop
  module Stylecheck
    class << self
      attr_accessor :config_path, :direct

      def project_config_path
        File.join(Dir.pwd, ".rubocop.yml")
      end
    end
  end
end

require "rubocop/stylecheck/cli"
require "rubocop/stylecheck/railtie" if defined?(Rails)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-stylecheck-0.1.2 lib/rubocop/stylecheck.rb