Sha256: 8d26691dd8e39ee1a02862101c78a09ca83fd4e94d6f56ca013e738c0ca34ddf

Contents?: true

Size: 240 Bytes

Versions: 5

Compression:

Stored size: 240 Bytes

Contents

# encoding: utf-8

require 'rubocop'

module RuboCop
  class ConfigLoader
    class << self
      def configuration_file_for(_target_dir)
        File.join(File.realpath(File.dirname(__FILE__)), 'reevoocop.yml')
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
reevoocop-0.0.6 lib/reevoocop.rb
reevoocop-0.0.5 lib/reevoocop.rb
reevoocop-0.0.4 lib/reevoocop.rb
reevoocop-0.0.3 lib/reevoocop.rb
reevoocop-0.0.2 lib/reevoocop.rb