Sha256: a3b4101a0d9082e7b163b99cf78fc2f12640df5b5961c07bd5ae2c16f83451f6
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
# frozen_string_literal: true module RuboCop module GitHub PROJECT_ROOT = Pathname.new(__dir__).parent.parent.expand_path.freeze CONFIG_DEFAULT = PROJECT_ROOT.join("config", "default_cops.yml").freeze CONFIG_RAILS = PROJECT_ROOT.join("config", "rails_cops.yml").freeze end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubocop-github-0.20.0 | lib/rubocop/github.rb |
rubocop-github-0.19.0 | lib/rubocop/github.rb |