Skip to content

Commit

Permalink
Release v1.0.0-alpha
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Baillie <[email protected]>
  • Loading branch information
martinbaillie committed Dec 4, 2019
1 parent 48ccb06 commit 2c2a98b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ linters:
- gosec
- gochecknoglobals
- gochecknoinits
- godox # TODO(mbaillie): remove once other TODOs are fixed!

issues:
max-same-issues: 0
Expand Down
1 change: 0 additions & 1 deletion github/path_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ func (b *backend) pathConfigWrite(
b.Invalidate(ctx, pathPatternConfig)
}

// TODO(mbaillie): should we return what we wrote?
return nil, nil
}

Expand Down

0 comments on commit 2c2a98b

Please sign in to comment.