Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed May 9, 2022
1 parent 05c9465 commit f66f7a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions options/options_test.go
Expand Up @@ -37,7 +37,6 @@ func TestOptions_Validate(t *testing.T) {
ChecksToRun []string
Metadata []string
ShowDetails bool
PublishResults bool
EnableSarif bool
EnableScorecardV5 bool
EnableScorecardV6 bool
Expand Down Expand Up @@ -106,7 +105,6 @@ func TestOptions_Validate(t *testing.T) {
ChecksToRun: tt.fields.ChecksToRun,
Metadata: tt.fields.Metadata,
ShowDetails: tt.fields.ShowDetails,
PublishResults: tt.fields.PublishResults,
EnableSarif: tt.fields.EnableSarif,
EnableScorecardV5: tt.fields.EnableScorecardV5,
EnableScorecardV6: tt.fields.EnableScorecardV6,
Expand Down

0 comments on commit f66f7a4

Please sign in to comment.