diff options
Diffstat (limited to 'pkg/vcs')
| -rw-r--r-- | pkg/vcs/vcs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/vcs/vcs.go b/pkg/vcs/vcs.go index 26665bda3..ec17d642b 100644 --- a/pkg/vcs/vcs.go +++ b/pkg/vcs/vcs.go @@ -368,6 +368,7 @@ func FileLink(url, hash, file string, line int) string { return link(url, hash, file, line, 3) } +// nolint: goconst func link(url, hash, file string, line, typ int) string { if url == "" || hash == "" { return "" |
