Skip to content

Commit

Permalink
Move inline TODOs to #31
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Oct 9, 2023
1 parent 20f7ba4 commit 30e7566
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions attest/vcs/git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ func (c *PathChecker) MakeSummary() (types.PathCheckSummary, error) {
Git: &git,
}

// TODO: determine position of local branch against remote
// TODO: introduce notion of primary remote branch to determine the possition of the working branch
// TODO: also check if local tag in sync wirth remote tag

head, err := c.cache.repo.Head()
if err != nil {
return nil, err
Expand Down

0 comments on commit 30e7566

Please sign in to comment.