Enable CodeClimate SCSS Lint checks (#2886)
* add scss_lint to Gemfile * add .scss-lint.yml * fix warnings of scss-lint * chmod -x styles/variables.scss * Enable CodeClimate SCSS Lint checks
This commit is contained in:
parent
6ad19036e3
commit
d63c291f86
15 changed files with 503 additions and 124 deletions
1
Gemfile
1
Gemfile
|
@ -88,6 +88,7 @@ group :development do
|
|||
gem 'rubocop', '0.46.0', require: false
|
||||
gem 'brakeman', '~> 3.6.0', require: false
|
||||
gem 'bundler-audit', '~> 0.4.0', require: false
|
||||
gem 'scss_lint', '0.42.2', require: false
|
||||
|
||||
gem 'capistrano', '3.8.0'
|
||||
gem 'capistrano-rails'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue