Skip to content

Commit

Permalink
Including Rust in ./go copyright:update task
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Nov 3, 2022
1 parent b0db1ee commit 06e639e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -439,13 +439,16 @@ namespace :copyright do
'javascript/selenium-core/scripts/ui-map-sample.js',
'javascript/selenium-core/scripts/user-extensions.js',
'javascript/selenium-core/scripts/xmlextras.js',
'javascript/selenium-core/xpath/**/*.js'
'javascript/selenium-core/xpath/**/*.js',
'javascript/grid-ui/node_modules/**/*.js'
)
)
Copyright.new.update(FileList['javascript/**/*.tsx'])
Copyright.new(comment_characters: '#').update(FileList['py/**/*.py'])
Copyright.new(comment_characters: '#', prefix: ["# frozen_string_literal: true\n", "\n"])
.update(FileList['rb/**/*.rb'])
Copyright.new.update(FileList['java/**/*.java'])
Copyright.new.update(FileList['rust/**/*.rs'])
end
end

Expand Down

0 comments on commit 06e639e

Please sign in to comment.