Add scss-lint gem for sass linting

This commit is contained in:
Bertocq
2017-06-12 17:45:43 +02:00
committed by decabeza
parent 470eccb6aa
commit e1573e55b5
2 changed files with 6 additions and 0 deletions

View File

@@ -108,7 +108,9 @@ end
group :development do group :development do
# Access an IRB console on exception pages or by using <%= console %> in views # Access an IRB console on exception pages or by using <%= console %> in views
gem 'scss_lint', require: false
gem 'web-console', '3.3.0' gem 'web-console', '3.3.0'
end end
eval_gemfile './Gemfile_custom' eval_gemfile './Gemfile_custom'

View File

@@ -397,6 +397,9 @@ GEM
nokogiri (>= 1.4.0) nokogiri (>= 1.4.0)
nori (~> 2.4) nori (~> 2.4)
wasabi (~> 3.4) wasabi (~> 3.4)
scss_lint (0.53.0)
rake (>= 0.9, < 13)
sass (~> 3.4.20)
simplecov (0.14.1) simplecov (0.14.1)
docile (~> 1.1.0) docile (~> 1.1.0)
json (>= 1.8, < 3) json (>= 1.8, < 3)
@@ -541,6 +544,7 @@ DEPENDENCIES
rvm1-capistrano3 rvm1-capistrano3
sass-rails (~> 5.0, >= 5.0.4) sass-rails (~> 5.0, >= 5.0.4)
savon savon
scss_lint
sitemap_generator (~> 5.3.1) sitemap_generator (~> 5.3.1)
social-share-button (~> 0.10) social-share-button (~> 0.10)
spring spring