Re: [go-nuts] Linter for checking 'MVS' of go module

2020-12-08 Thread xiangdong...@gmail.com
Thanks a lot, Shulhan. On Wednesday, December 9, 2020 at 1:03:01 PM UTC+8 Shulhan wrote: > > > On Wed, 9 Dec 2020, 11:42 xiangd...@gmail.com, > wrote: > >> Hi all, >> >> I'm wondering if any linter, or is it practical to make one, checks >> whether a go module's code change conforms the minima

Re: [go-nuts] Linter for checking 'MVS' of go module

2020-12-08 Thread Mhd Shulhan
On Wed, 9 Dec 2020, 11:42 xiangdong...@gmail.com, wrote: > Hi all, > > I'm wondering if any linter, or is it practical to make one, checks > whether a go module's code change conforms the minimal version selection > rules, say linter warns a v2 is needed if incompatible changes to APIs are > intr

[go-nuts] Linter for checking 'MVS' of go module

2020-12-08 Thread xiangdong...@gmail.com
Hi all, I'm wondering if any linter, or is it practical to make one, checks whether a go module's code change conforms the minimal version selection rules, say linter warns a v2 is needed if incompatible changes to APIs are introduced in the current change under linting? -- You received this