Konstantin

Results 19 comments of Konstantin

Yes, it affects external tools. Each config version has a specific immutable data scheme that is not supposed to have any changes after release. (external tools don't expect new fields...

hi, `--output-json-one-line` is optional parameter for `--json`. It affects the JSON output format (one line vs formatted).

Hi, good idea. I think we can disable this feature by default, and user can enable it if they want to (like vendor imports checking). Raw config contract: ```yaml allow:...

What's the purpose of such a thing, what's the use case? (how can it be useful?) The only option that comes to my mind is the simpler option of adding...

I agree, usecase is valid. I maybe will implement this in v4 I think it could be implemented roughly like this: - running the dump-notices-as-checkpoint command - it checks the...

hi, thanks for your interest. > Consider add your repo in: https://github.com/avelino/awesome-go yes, a little later (after v4 release) I will think about it. about specifying me, it's not necessary,...

Yes, interesting idea, it would be more convenient to add rules gradually than to include them all at once in the whole project.

Hi, I was going to do this feature as part of the next major v4 release. I think it will happen within 1 month. You can temporarily make your own...

I was thinking about automatic generators, but so far it looks like the generated config will look like a total mess. If someone wants to add an experimental command to...