lint: find a bunch of issues

This commit is contained in:
Romain Bertrand 2026-01-28 14:29:59 +01:00
parent 4c6de3ad2e
commit a7e5dc5798
4 changed files with 11 additions and 11 deletions

View file

@ -14,9 +14,9 @@ type Config struct {
}
type HostConfig struct {
Hostname string `yaml:"hostname"`
Token string `yaml:"token"`
User string `yaml:"user,omitempty"`
Hostname string `yaml:"hostname"`
Token string `yaml:"token"`
User string `yaml:"user,omitempty"`
GitProtocol string `yaml:"git_protocol,omitempty"`
}