repochecker: Don't prefix stderr messages
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7b300d4ffe
commit
0f75b71f5f
@ -172,7 +172,8 @@ func main() {
|
|||||||
flag.IntVar(&ignoreBinaryFileUnder, "skip-binary-files-under", ignoreBinaryFileUnder, "In Git-LFS check, don't warn files under this size")
|
flag.IntVar(&ignoreBinaryFileUnder, "skip-binary-files-under", ignoreBinaryFileUnder, "In Git-LFS check, don't warn files under this size")
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
log.SetPrefix("[repochecker] ")
|
// Do not display timestamp
|
||||||
|
log.SetFlags(0)
|
||||||
|
|
||||||
// Instantiate importer
|
// Instantiate importer
|
||||||
regenImporter := false
|
regenImporter := false
|
||||||
|
Loading…
Reference in New Issue
Block a user