Skip to content

Commit

Permalink
remove mdspell
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Nov 26, 2023
1 parent 07bd27f commit 6640d90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ end

group :test do
gem 'jekyll-test'
gem 'mdspell'
end
6 changes: 1 addition & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ namespace :update do
end
end

task :spellcheck do
sh "mdspell . -c .mdspell"
end

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec => "jekyll:rebuild")

task :default => [:spec, 'jekyll:check']
task :default => [:spec, 'jekyll:check']

0 comments on commit 6640d90

Please sign in to comment.