All checks were successful
dev test / test (push) Successful in 17s
dev test / vulnCheck (push) Successful in 30s
dev test / Ci-Lint (push) Successful in 19s
${{ github.actor }} executed Build Push Prod / build (push) Successful in 4m24s
${{ github.actor }} executed Build Push Prod / deploy (push) Successful in 18s
15 lines
905 B
EmacsLisp
15 lines
905 B
EmacsLisp
((nil (eglot-workspace-configuration . ((gopls . ((staticcheck . t)
|
|
(matcher . "CaseSensitive")
|
|
(hints . (
|
|
(compositeLiteralFields . t)
|
|
(compositeLiteralTypes . t)
|
|
(constantValues . t)
|
|
(functionTypeParameters . t)
|
|
(parameterNames . t)
|
|
(rangeVariableTypes . t)
|
|
(assignVariableTypes . t)
|
|
))))))
|
|
(eglot-server-programs
|
|
((go-mode go-ts-mode) . ("gopls")))
|
|
))
|