module Alterans::Stylecheck

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/alterans/stylecheck.rb, line 8
def root
  Gem::Specification.find_by_name("alterans-stylecheck").gem_dir
end
template_path() click to toggle source
# File lib/alterans/stylecheck.rb, line 12
def template_path
  File.join(root, "template", "rubocop.yml")
end