Skip to content

Commit

Permalink
Remove cane gem
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Jan 18, 2024
1 parent 8864eb3 commit dce0a22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ gem 'slim', '>= 3', '< 5'
gem 'kramdown'
gem "redcarpet"

# Code Quality
gem "cane", require: false

# For old Rubies
gem 'nokogiri', '~> 1.12.0'
13 changes: 0 additions & 13 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ require 'rake/clean'

task :test => ["cucumber"]

begin
require 'cane/rake_task'

desc "Run cane to check quality metrics"
Cane::RakeTask.new(:quality) do |cane|
cane.no_style = true
cane.no_doc = true
cane.abc_glob = "lib/middleman-syntax/**/*.rb"
end
rescue LoadError
# warn "cane not available, quality task not provided."
end

task :default => :test

desc "Build HTML documentation"
Expand Down

0 comments on commit dce0a22

Please sign in to comment.