Update golinter to 1.17.1

This commit is contained in:
jregan
2019-06-12 19:52:04 -07:00
parent 3128b25236
commit 08b6f6f4e4
4 changed files with 3 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ func (p *plugin) makePrefixSuffixPluginConfig() ([]byte, error) {
}
func (p *plugin) Config(
ldr ifc.Loader, rf *resmap.Factory, c []byte) error {
ldr ifc.Loader, rf *resmap.Factory, _ []byte) error {
// Ignore the incoming c, compute new config.
c, err := p.makePrefixSuffixPluginConfig()
if err != nil {