Sha256: 472a5f7a2ebeb78689ee137d81ac18d6135a18359491c5f7418041fd2521e356

Contents?: true

Size: 285 Bytes

Versions: 8

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

8 entries across 8 versions & 1 rubygems

Version Path
bookingsync-stylecheck-0.0.13 lib/bookingsync/stylecheck/rubocop_helpers.rb
bookingsync-stylecheck-0.0.12 lib/bookingsync/stylecheck/rubocop_helpers.rb
bookingsync-stylecheck-0.0.11 lib/bookingsync/stylecheck/rubocop_helpers.rb
bookingsync-stylecheck-0.0.10 lib/bookingsync/stylecheck/rubocop_helpers.rb
bookingsync-stylecheck-0.0.9 lib/bookingsync/stylecheck/rubocop_helpers.rb
bookingsync-stylecheck-0.0.8 lib/bookingsync/stylecheck/rubocop_helpers.rb
bookingsync-stylecheck-0.0.7 lib/bookingsync/stylecheck/rubocop_helpers.rb
bookingsync-stylecheck-0.0.6 lib/bookingsync/stylecheck/rubocop_helpers.rb