pre-commit: add configuration and did some cleanup

Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
Sumner Evans
2022-10-21 09:35:03 -05:00
parent 93b8a88726
commit 9bed215ffa
18 changed files with 73 additions and 77 deletions

View File

@ -68,8 +68,8 @@ type Config struct {
} `yaml:"metrics"`
GroupMe struct {
OSName string `yaml:"os_name"`
BrowserName string `yaml:"browser_name"`
OSName string `yaml:"os_name"`
BrowserName string `yaml:"browser_name"`
} `yaml:"groupme"`
Bridge BridgeConfig `yaml:"bridge"`