Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix: remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
myishay committed May 23, 2021
1 parent 5b5cfbe commit 56372b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bl/evaluation/printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ type Printer interface {
PrintEvaluationSummary(summary printer.EvaluationSummary, k8sVersion string)
}

// func PrintAllResults(results *EvaluationResults /*, invalidFiles*/) {
// // TODO: foreach invalid file
// }

// url := "https://app.datree.io/login?cliId=" + cliId
func PrintResults(results *EvaluationResults, invalidFiles []*validation.InvalidFile, evaluationSummary printer.EvaluationSummary, loginURL string, outputFormat string, printer Printer, k8sVersion string) error {
switch {
case outputFormat == "json":
Expand Down

0 comments on commit 56372b7

Please sign in to comment.