-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lint with rubocop-jekyll #73
Conversation
.travis.yml
Outdated
matrix: | ||
include: | ||
- rvm: 2.4.2 | ||
env: JEKYLL_VERSION=3.6 | ||
env: JEKYLL_VERSION=3.7.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because GitHub Pages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep
jekyll-sass-converter.gemspec
Outdated
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec| | |||
spec.add_development_dependency "jekyll", "~> 3.0" | |||
spec.add_development_dependency "rake" | |||
spec.add_development_dependency "rspec" | |||
spec.add_development_dependency "rubocop", "~> 0.57.2" | |||
spec.add_development_dependency "jekyll-rubocop", "~> 0.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fetching gem metadata from https://rubygems.org/.. Could not find gem 'jekyll-rubocop (~> 0.1)' in any of the gem sources listed in your Gemfile.
@jekyllbot: merge +dev |
Merge pull request 73
No description provided.