mirror of
https://github.com/zhigang1992/sass.git
synced 2026-01-12 17:52:27 +08:00
Add gemfile for rubocop in CI
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -9,4 +9,4 @@
|
||||
/site
|
||||
*.rbc
|
||||
/.sass
|
||||
Gemfile.lock
|
||||
*.lock
|
||||
|
||||
6
gemfile_with_rubocop
Normal file
6
gemfile_with_rubocop
Normal file
@@ -0,0 +1,6 @@
|
||||
source "http://rubygems.org"
|
||||
|
||||
gemspec
|
||||
|
||||
gem 'rake'
|
||||
gem 'rubocop'
|
||||
Reference in New Issue
Block a user