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