Skip to content

Commit 3ede54c

Browse files
authored
Add "Hartley McGuire" mapping for bad Coauthor (#321)
1 parent 4455fdb commit 3ede54c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/models/names_manager/canonical_names.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ def self.map(canonical_name, *also_as)
483483
map 'Hakan Ensari', 'hakanensari'
484484
map 'Hal Brodigan', 'postmodern'
485485
map 'Hampton Catlin', "hcatlin\100gmail.com"
486+
map 'Hartley McGuire', 'Hartley McGuire @skipkayhil'
486487
map 'Hendrik Mans', "hendrik\100mans.de"
487488
map 'Hendy Irawan', 'ceefour'
488489
map 'Henrik Nyh', 'Henrik N', "henrik\100nyh.se", 'henrik'

test/credits/canonical_names_test.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,6 +1743,10 @@ class CanonicalNamesTest < ActiveSupport::TestCase
17431743
assert_contributor_names '4c21026', 'Mike Breen'
17441744
end
17451745

1746+
test 'Hartley McGuire @skipkayhil' do
1747+
assert_contributor_names '773d640', 'Hartley McGuire'
1748+
end
1749+
17461750
test 'haruki_zaemon' do
17471751
assert_contributor_names 'fcfcc70', 'Simon Harris'
17481752
end

0 commit comments

Comments
 (0)