Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
notJoon committed Jul 25, 2024
1 parent 7267a5f commit 6433dc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/rule_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,7 @@ type GnoSpecificRule struct{}
func (r *GnoSpecificRule) Check(filename string) ([]tt.Issue, error) {
return lints.DetectGnoPackageImports(filename)
}

func (r *GnoSpecificRule) Name() string {
return "unused-package"
}

0 comments on commit 6433dc0

Please sign in to comment.