Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Mar 23, 2022
1 parent 7cebc05 commit 36a22b6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,6 @@ func (o *Options) SetRepoInfo() error {
if eventPath == "" {
return errGithubEventPathEmpty
}
/*var b bytes.Buffer
foo := bufio.NewWriter(&b)
repoInfo, err := ioutil.ReadFile(eventPath)
if err != nil {
return fmt.Errorf("reading GitHub event path: %w", err)
}
}*/

ios := bytes.NewBufferString(o.RepoInfoStr)
if err := github.WriteRepoInfo(context.Background(), o.ScorecardOpts.Repo, ios); err != nil {
Expand Down

0 comments on commit 36a22b6

Please sign in to comment.