Skip to content

Commit

Permalink
filter-junit: Fix golint error
Browse files Browse the repository at this point in the history
Signed-off-by: Animesh Kumar <animuz111@gmail.com>
  • Loading branch information
animeshk08 committed Jun 17, 2020
1 parent f5a4203 commit 36ea4ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions filter-junit.go
Expand Up @@ -15,9 +15,9 @@ limitations under the License.
*/

/*
* This command filters a JUnit file such that only tests with a name
* matching a regular expression are passed through. By concatenating
* multiple input files it is possible to merge them into a single file.
This command filters a JUnit file such that only tests with a name
matching a regular expression are passed through. By concatenating
multiple input files it is possible to merge them into a single file.
*/
package main

Expand Down

0 comments on commit 36ea4ff

Please sign in to comment.