Skip to content

Commit

Permalink
copyright task removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 21, 2025
1 parent 3ed6be8 commit 05ca328
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

ENV['RACK_ENV'] = 'test'

task default: %i[clean test rubocop yard copyright]
task default: %i[clean test rubocop yard]

require 'rake/testtask'
desc 'Run all unit tests'
Expand All @@ -42,10 +42,3 @@ RuboCop::RakeTask.new(:rubocop) do |task|
task.requires << 'rubocop-rspec'
end

task :copyright do
sh "grep -q -r '#{Date.today.strftime('%Y')}' \
--include '*.rb' \
--include '*.txt' \
--include 'Rakefile' \
."
end

0 comments on commit 05ca328

Please sign in to comment.