Commit Graph

5 Commits

Author SHA1 Message Date
Matt Moore ebfd76c71b
[master] Fix spelling errors (#1376)
Produced via:
  `github.com/client9/misspell`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-06-03 09:59:18 -07:00
peterfeifanchen 42e2ce9558
Junithelper refactor into a function that can be re-used. (#1370) 2020-06-02 16:16:17 -07:00
chaodaiG d99cc30f66 Add a junithelper for creating a junit result from command (#926)
* Add a junithelper for creating a junit result from command

* Fix typo
2020-01-17 12:57:03 -08:00
Markus Thömmes 56c2594e4f Assorted linting fixes. (#840)
* Remove unused code.

* Remove unneeded loops.

* Remove unneeded Printf calls.

* Use time.Since instead of time.Now().Sub.

* Remove unused values.

* Rename error variable according to conventions.

* Return error last.

* Simplify array allocations.

* Remove leaky ticker.

* Remove Yoda conditions.

* Remove deprecated function to talk to GKE.

* Remove dot import.

* Remove empty critical section and replace with a channel operation.

* Add linter directives to explicitly state wanted weirdness.

* Update deps.

* Fix broken line.
2019-11-01 12:49:12 -07:00
Joyce Liu bbe1367911 Moved junit from test-infra to pkg (#834) 2019-10-30 11:44:12 -07:00