mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
apply linter
This commit is contained in:
parent
b1a5898f6c
commit
ac1d14dfd0
@ -56,4 +56,3 @@ func Analyze(
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
@ -127,4 +127,3 @@ Match User
|
||||
t.Errorf("Expected 1 error, got %v", len(errors))
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -9,4 +9,3 @@ var AllowedDuplicateOptions = map[string]struct{}{
|
||||
"Match": {},
|
||||
"Port": {},
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user