mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-23 16:40:08 -03:00
Merge pull request #42 from dpaz/issue40
avoid return code is non-zero in case of warnings
This commit is contained in:
commit
ad46ae50f8
@ -79,10 +79,6 @@ func main() {
|
||||
|
||||
data, _ := json.MarshalIndent(out, "", " ")
|
||||
fmt.Printf("%s\n", data)
|
||||
|
||||
if errors {
|
||||
os.Exit(2)
|
||||
}
|
||||
}
|
||||
|
||||
func usage() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user