mattermost / mattermost-plugin-starter-template

Build scripts and templates for writing Mattermost plugins.
https://developers.mattermost.com/extend/plugins/
Apache License 2.0
132 stars 121 forks source link

make error #148

Closed girish17 closed 3 years ago

girish17 commented 3 years ago

Running golangci-lint golangci-lint run ./... server/plugin.go:12:13: fieldalignment: struct with 64 pointer bytes could be 40 (govet) type Plugin struct { ^ make: *** [Makefile:48: check-style] Error 1

hanzei commented 3 years ago

What version of golangci-lint do you have installed?

girish17 commented 3 years ago

golangci-lint has version 1.39.0 built from 9aea4aee on 2021-03-26T08:02:53Z

girish17 commented 3 years ago

After checking out code from 148_fieldalignment branch and running make command, no errors were found. The plugin was built successfully and make deploy worked.