Sha256: 50f3a72d0494e019da480ee9095549423f924b2adc80a65c57ca0c59fafc5978
Contents?: true
Size: 277 Bytes
Versions: 23
Compression:
Stored size: 277 Bytes
Contents
# frozen_string_literal: true # Global application constants. module SlimLint HOME = File.expand_path(File.join(File.dirname(__FILE__), '..', '..')).freeze APP_NAME = 'slim-lint' REPO_URL = 'https://github.com/sds/slim-lint' BUG_REPORT_URL = "#{REPO_URL}/issues" end
Version data entries
23 entries across 23 versions & 1 rubygems