Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Jul 25, 2023
1 parent 0f831ed commit 60c503d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion server/access/access.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package access

// AccessLevel is the level of access allowed to a repo.
type AccessLevel int // nolint: golint
type AccessLevel int // nolint: revive

const (
// NoAccess does not allow access to the repo.
Expand Down
6 changes: 0 additions & 6 deletions server/lfs/ssh_client.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
package lfs

import "github.com/charmbracelet/ssh"

// TODO: implement Git LFS SSH client.

type sshClient struct {
s ssh.Session
}

0 comments on commit 60c503d

Please sign in to comment.