gems.scss_lint-0.57.1.lib.scss_lint.constants.rb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
The newest version!
# frozen_string_literal: true
# Global application constants.
module SCSSLint
SCSS_LINT_HOME = File.realpath(File.join(File.dirname(__FILE__), '..', '..')).freeze
SCSS_LINT_DATA = File.join(SCSS_LINT_HOME, 'data').freeze
REPO_URL = 'https://github.com/brigade/scss-lint'.freeze
BUG_REPORT_URL = "#{REPO_URL}/issues".freeze
end