kcmvp
kcmvp
> i'm having the same issue > > go version 1.18.1 > > update: seems it only occurs with go.work. #26 yes, my project is in a workspace. it's very...
I ran into the same issue.here is my environment go version: go1.17.6 macos: 12.3 Mac OS Monterey below is the sample code. it just prints blow in the console. GoLang...
my case is something like below: 1: given an attribute of a xml node 2: find the node and process the node itself、children、 parent and indirectly-parent(any node which level is...
> You have an alternative method to get level of node without expose this field. for example. > > ``` > topnode: =node.Parent > level:=0 > for node:=topnode.FirstChild; node!=nil; node=node.NextSibling...
@ldez disable is not I want. can we add statistics data in the final report? (numbeer of //nolint)
so in this way we can monitor the total number of ignores by categroy: package, block, line
as I want to use those data in my CI process, so it's better to implement in the library.
Thank you very much! this tools aims to improve source code quality, I simply think those data is one of the indexes.
any update about this feature?
another idea is that might a dsl is a good idea even better than struct tag 1: instead of spreading of all the dependencies around the code base, all the...