Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Jan 4, 2022
1 parent d18a032 commit 8d5c205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/test.rake
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ namespace :test do
puts 'Running a task to find unused _includes'.magenta
includes = Dir['src/_includes/**/*']
puts "The project contains a total of #{includes.size} includes"
puts "The following includes are not linked:"
puts 'The following includes are not linked:'
Dir['src/**/*.{md,html}'].each do |file|
# Exclude symmlinks
next if File.symlink? file
Expand Down

0 comments on commit 8d5c205

Please sign in to comment.