Skip to content

Commit 74145aa

Browse files
committed
copyright task removed
1 parent 5d54098 commit 74145aa

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Rakefile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def version
1414
Gem::Specification.load(Dir['*.gemspec'].first).version
1515
end
1616

17-
task default: %i[clean test features rubocop xcop copyright]
17+
task default: %i[clean test features rubocop xcop]
1818

1919
require 'rake/testtask'
2020
desc 'Run all unit tests'
@@ -67,10 +67,3 @@ Cucumber::Rake::Task.new(:'features:json') do |t|
6767
t.profile = 'json_report'
6868
end
6969

70-
task :copyright do
71-
sh "grep -q -r '2014-#{Date.today.strftime('%Y')}' \
72-
--include '*.rb' \
73-
--include '*.txt' \
74-
--include 'Rakefile' \
75-
."
76-
end

0 commit comments

Comments
 (0)