mattermost-community / mattermost-plugin-todo

Mattermost plugin for tracking to do items
Apache License 2.0
67 stars 59 forks source link

[MM-161] Disable the "goconst" linter for plugin.go file #242

Closed raghavaggarwal2308 closed 7 months ago

raghavaggarwal2308 commented 7 months ago

Summary

Ticket Link

Fixes: https://github.com/mattermost/mattermost-plugin-todo/pull/241#issuecomment-1904301497

mickmister commented 7 months ago

Should we instead apply this to all files in the server directory to avoid this coming up again? Alternatively, we can address the strings individually. Merging for now to unblock https://github.com/mattermost/mattermost-plugin-todo/pull/241

raghavaggarwal2308 commented 7 months ago

Should we instead apply this to all files in the server directory to avoid this coming up again? Alternatively, we can address the strings individually. Merging for now to unblock #241

@mickmister Sure we can handle the strings individually. I will create another PR for that