module BookingSync::Stylecheck::RubocopHelpers

helper to nicely update rubocop config

Public Class Methods

config() click to toggle source
# File lib/bookingsync/stylecheck/rubocop_helpers.rb, line 8
def config
  File.join(BookingSync::Stylecheck.root, "config", "rubocop.yml")
end