Skip to content

Commit 06e639e

Browse files
committed
Including Rust in ./go copyright:update task
1 parent b0db1ee commit 06e639e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Rakefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,13 +439,16 @@ namespace :copyright do
439439
'javascript/selenium-core/scripts/ui-map-sample.js',
440440
'javascript/selenium-core/scripts/user-extensions.js',
441441
'javascript/selenium-core/scripts/xmlextras.js',
442-
'javascript/selenium-core/xpath/**/*.js'
442+
'javascript/selenium-core/xpath/**/*.js',
443+
'javascript/grid-ui/node_modules/**/*.js'
443444
)
444445
)
446+
Copyright.new.update(FileList['javascript/**/*.tsx'])
445447
Copyright.new(comment_characters: '#').update(FileList['py/**/*.py'])
446448
Copyright.new(comment_characters: '#', prefix: ["# frozen_string_literal: true\n", "\n"])
447449
.update(FileList['rb/**/*.rb'])
448450
Copyright.new.update(FileList['java/**/*.java'])
451+
Copyright.new.update(FileList['rust/**/*.rs'])
449452
end
450453
end
451454

0 commit comments

Comments
 (0)