chore: add govet, gocritic and revive

This commit is contained in:
Henrique Dias 2025-11-20 07:56:56 +01:00
parent 6d5aa355e4
commit 5df5508a85
5 changed files with 17 additions and 11 deletions

View file

@ -35,7 +35,7 @@ var docsCmd = &cobra.Command{
rootCmd.Root().DisableAutoGenTag = true
err = doc.GenMarkdownTreeCustom(cmd.Root(), tempDir, func(f string) string {
err = doc.GenMarkdownTreeCustom(cmd.Root(), tempDir, func(_ string) string {
return ""
}, func(s string) string {
return s