apply linter

This commit is contained in:
Myzel394 2024-09-28 13:38:26 +02:00
parent b1a5898f6c
commit ac1d14dfd0
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185
5 changed files with 4 additions and 7 deletions

View File

@ -56,4 +56,3 @@ func Analyze(
return nil
}

View File

@ -127,4 +127,3 @@ Match User
t.Errorf("Expected 1 error, got %v", len(errors))
}
}

View File

@ -9,4 +9,3 @@ var AllowedDuplicateOptions = map[string]struct{}{
"Match": {},
"Port": {},
}

View File

@ -4,8 +4,8 @@ import (
aliases "config-lsp/handlers/aliases/lsp"
fstab "config-lsp/handlers/fstab/lsp"
hosts "config-lsp/handlers/hosts/lsp"
sshdconfig "config-lsp/handlers/sshd_config/lsp"
sshconfig "config-lsp/handlers/ssh_config/lsp"
sshdconfig "config-lsp/handlers/sshd_config/lsp"
wireguard "config-lsp/handlers/wireguard/lsp"
"github.com/tliron/glsp"