Skip to content

Commit

Permalink
chore: re-add mail map (#31)
Browse files Browse the repository at this point in the history
* chore: re-add mail map

* chore: bump linting timeout
  • Loading branch information
gakonst authored Apr 6, 2021
1 parent b467c1a commit e91da73
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l2geth/.golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file configures github.com/golangci/golangci-lint.

run:
timeout: 2m
timeout: 5m
tests: true
# default is true. Enables skipping of directories:
# vendor$, third_party$, testdata$, examples$, Godeps$, builtin$
Expand Down
123 changes: 123 additions & 0 deletions l2geth/.mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
Jeffrey Wilcke <[email protected]>
Jeffrey Wilcke <[email protected]> <[email protected]>
Jeffrey Wilcke <[email protected]> <[email protected]>
Jeffrey Wilcke <[email protected]> <[email protected]>

Viktor Trón <[email protected]>

Joseph Goulden <[email protected]>

Nick Savers <[email protected]>

Maran Hidskes <[email protected]>

Taylor Gerring <[email protected]>
Taylor Gerring <[email protected]> <[email protected]>

Bas van Kervel <[email protected]>
Bas van Kervel <[email protected]> <[email protected]>
Bas van Kervel <[email protected]> <[email protected]>
Bas van Kervel <[email protected]> <[email protected]>

Sven Ehlert <[email protected]>

Vitalik Buterin <[email protected]>

Marian Oancea <[email protected]>

Christoph Jentzsch <[email protected]>

Heiko Hees <[email protected]>

Alex Leverington <[email protected]>
Alex Leverington <[email protected]> <[email protected]>

Zsolt Felföldi <[email protected]>

Gavin Wood <[email protected]>

Martin Becze <[email protected]>
Martin Becze <[email protected]> <[email protected]>

Dimitry Khokhlov <[email protected]>

Roman Mandeleil <[email protected]>

Alec Perseghin <[email protected]>

Alon Muroch <[email protected]>

Arkadiy Paronyan <[email protected]>

Jae Kwon <[email protected]>

Aaron Kumavis <[email protected]>

Nick Dodson <[email protected]>

Jason Carver <[email protected]>
Jason Carver <[email protected]> <[email protected]>

Joseph Chow <[email protected]>
Joseph Chow <[email protected]> ethers <TODO>

Enrique Fynn <[email protected]>

Vincent G <[email protected]>

RJ Catalano <[email protected]>
RJ Catalano <[email protected]> <[email protected]>

Nchinda Nchinda <[email protected]>

Aron Fischer <[email protected]> <[email protected]>

Vlad Gluhovsky <[email protected]>

Ville Sundell <[email protected]>

Elliot Shepherd <[email protected]>

Yohann Léon <[email protected]>

Gregg Dourgarian <[email protected]>

Casey Detrio <[email protected]>

Jens Agerberg <[email protected]>

Nick Johnson <[email protected]>

Henning Diedrich <[email protected]>
Henning Diedrich <[email protected]> Drake Burroughs <[email protected]>

Felix Lange <[email protected]>
Felix Lange <[email protected]> <[email protected]>

Максим Чусовлянов <[email protected]>

Louis Holbrook <[email protected]>
Louis Holbrook <[email protected]> <[email protected]>

Thomas Bocek <[email protected]>

Victor Tran <[email protected]>

Justin Drake <[email protected]>

Frank Wang <[email protected]>

Gary Rong <[email protected]>

Guillaume Nicolas <[email protected]>

Sorin Neacsu <[email protected]>
Sorin Neacsu <[email protected]> <[email protected]>

Valentin Wüstholz <[email protected]>
Valentin Wüstholz <[email protected]> <[email protected]>

Armin Braun <[email protected]>

Ernesto del Toro <[email protected]>
Ernesto del Toro <[email protected]> <[email protected]>
2 changes: 1 addition & 1 deletion l2geth/build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -1123,4 +1123,4 @@ func doPurge(cmdline []string) {
if err := build.AzureBlobstoreDelete(auth, blobs); err != nil {
log.Fatal(err)
}
}
}

0 comments on commit e91da73

Please sign in to comment.