Sha256: f6d67498c9c809f2c3f6a058d0154e616aa931063ed3e3d5931148de56605ab6
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
module Codeguard module SlimLint module_function def config_project_path Pathname.new '.slim-lint.yml' end def config_gem_path Codeguard.config_path.join('.slim-lint.yml') end end # module SlimLint end # module Codeguard
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
codeguard-0.3.0 | lib/codeguard/slim_lint.rb |