Skip to content

Commit

Permalink
Update some legacy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips-nz committed Sep 14, 2020
1 parent ea93088 commit 9ca6b63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ Metrics/AbcSize:
Performance/RegexpMatch:
Exclude:
- lib/cloudcannon-jekyll/generator.rb

# This is excluded since Jekyll used this and we need to check for it
Lint/UnifiedInteger:
Exclude:
- lib/cloudcannon-jekyll/jsonify-filter.rb
3 changes: 1 addition & 2 deletions script/ci-smoke-test
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ set -ex

JEKYLL_VERSION=2.4.0 bundle update && $(dirname "$0")/test &&
JEKYLL_VERSION=3.0.0 bundle update && $(dirname "$0")/test &&
JEKYLL_VERSION=3.8.5 bundle update && $(dirname "$0")/test &&
JEKYLL_VERSION=4.1.1 bundle update && $(dirname "$0")/test
JEKYLL_VERSION=3.2.1 bundle update && $(dirname "$0")/test

0 comments on commit 9ca6b63

Please sign in to comment.