Sha256: f82bd02d77195db0963b6bdc8ab3b6cabf2c56f27538ce7a1128f3a117a7f326
Contents?: true
Size: 380 Bytes
Versions: 19
Compression:
Stored size: 380 Bytes
Contents
# frozen_string_literal: true module RuboCop # RuboCop Discourse project namespace module Discourse PROJECT_ROOT = Pathname.new(__dir__).parent.parent.expand_path.freeze CONFIG_DEFAULT = PROJECT_ROOT.join('config', 'default.yml').freeze CONFIG = YAML.safe_load(CONFIG_DEFAULT.read).freeze private_constant(:CONFIG_DEFAULT, :PROJECT_ROOT) end end
Version data entries
19 entries across 19 versions & 1 rubygems