Skip to content

Commit 8050bb4

Browse files
Add comment for var-linting error
1 parent 29ea9df commit 8050bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/types/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package types provides data structures and functions for handling
22
// GitHub contribution data and 3D geometry for STL file generation.
3-
package types
3+
package types //nolint:revive // package name is appropriate for this internal module
44

55
import (
66
"errors"

0 commit comments

Comments
 (0)