Sha256: 064d99eb53c0f536b10bf42c12db1b92ff9691d2883b7c9f46d8f0c1095507e0

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

require "rubocop/stylecheck/version"

module Rubocop
  module Stylecheck
    class << self
      attr_accessor :config_path

      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

3 entries across 3 versions & 1 rubygems

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