Sha256: 2135746ac731247b87ef30ff8aab7deab97900077d47c6fd04d48fcc12bfc7ce
Contents?: true
Size: 298 Bytes
Versions: 5
Compression:
Stored size: 298 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-standard" REPO_URL = "https://github.com/pvande/slim-lint-standard" BUG_REPORT_URL = "#{REPO_URL}/issues" end
Version data entries
5 entries across 5 versions & 1 rubygems