mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00: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, "", " ")
|
data, _ := json.MarshalIndent(out, "", " ")
|
||||||
fmt.Printf("%s\n", data)
|
fmt.Printf("%s\n", data)
|
||||||
|
|
||||||
if errors {
|
|
||||||
os.Exit(2)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func usage() {
|
func usage() {
|
||||||
|
Loading…
Reference in New Issue
Block a user