Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-31 06:56:53 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-31 06:56:53 +0300
commit5b90923efdeec270f168372293ab9e34d0627410 (patch)
tree70c7be135840f13a4a7247fa42c6e5c19beaab65 /Gemfile.lock
parentd423cb8a769f79618a7a5052ac3bfb84b86d13a9 (diff)
Add SCSS Linter, make it pass.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 5 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index b2a7f8a3..f19f812a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -60,6 +60,9 @@ GEM
rouge (1.11.1)
ruby_dep (1.5.0)
sass (3.4.22)
+ scss_lint (0.49.0)
+ rake (>= 0.9, < 12)
+ sass (~> 3.4.20)
shellany (0.0.1)
slop (3.6.0)
thor (0.19.1)
@@ -77,9 +80,10 @@ DEPENDENCIES
redcarpet
rouge (~> 1.11)
sass
+ scss_lint
RUBY VERSION
ruby 2.3.1p112
BUNDLED WITH
- 1.13.2
+ 1.13.6