Improve `mackerel-agent configtest` · Issue #810 · mackerelio/mackerel-agent

Now, we run resolveConfig to do configtest and detect Invalid syntax (config_test.go shows that). But, we can't detect unexpected key, so I want to improve by using Undecoded(). It would be better ...