Sha256: baa617b1f07bd4e7f6f9eb18890f4816decd172e57d1327d9c165c290bdb3893

Contents?: true

Size: 285 Bytes

Versions: 5

Compression:

Stored size: 285 Bytes

Contents

require 'fileutils'

module BookingSync
  module Stylecheck
    # helper to nicely update rubocop config
    module RubocopHelpers
      class << self
        def config
          File.join(BookingSync::Stylecheck.root, 'config', 'rubocop.yml')
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bookingsync-stylecheck-0.0.5 lib/bookingsync/stylecheck/rubocop_helpers.rb
bookingsync-stylecheck-0.0.4 lib/bookingsync/stylecheck/rubocop_helpers.rb
bookingsync-stylecheck-0.0.3 lib/bookingsync/stylecheck/rubocop_helpers.rb
bookingsync-stylecheck-0.0.2 lib/bookingsync/stylecheck/rubocop_helpers.rb
bookingsync-stylecheck-0.0.1 lib/bookingsync/stylecheck/rubocop_helpers.rb