Romain Dura

Results 2 issues of Romain Dura

Display time elapsed for each task, instead of the total time (that is already displayed at the beginning of the line) In the case of a task ground, the time...

This [pattern](https://github.com/returntocorp/semgrep-rules/blob/79360be4bb8ad1ececceb50f7cdc84f3086681cb/go/lang/correctness/looppointer.yaml#L28) seems incorrect: ``` - pattern: | for _, $VALUE := range $SOURCE { } ``` This triggers a semgrep warning: ``` input := []string{"a", "b", "c"} output :=...