Merge "Fix gofmt problems and add gofmt to preupload checks"
am: 001276f6e0
Change-Id: I7e2aed7c185544391d06261fcbfe445ec8d1decb
This commit is contained in:
commit
a816a63495
2 changed files with 4 additions and 2 deletions
2
PREUPLOAD.cfg
Normal file
2
PREUPLOAD.cfg
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Builtin Hooks]
|
||||
gofmt = true
|
|
@ -25,9 +25,9 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
asanCflags = "-fno-omit-frame-pointer"
|
||||
asanCflags = "-fno-omit-frame-pointer"
|
||||
asanLdflags = "-Wl,-u,__asan_preinit"
|
||||
asanLibs = "libasan"
|
||||
asanLibs = "libasan"
|
||||
)
|
||||
|
||||
type sanitizerType int
|
||||
|
|
Loading…
Reference in a new issue