Matvei Vdovitsyn

Results 6 comments of Matvei Vdovitsyn

I haven't really dug deep into go-arch-lint's source code, but it seems to me, that linting dependencies could be done solely by parsing `import` statements in a package, which in...

@MrNocTV I believe, you may start with creating pull requests to resolve those issues without becoming a contributor, by just forking it and making a PR from your fork. Additionally,...

This allows more lenient restriction on completely outrageous vendor dependencies without enabling Strict Mode (defined in #37 )

I don't mind making a PR implementing this. One thing I don't understand, why do we need to increment config version to use this feature? Doesn't seem like it breaks...

If enabled `depOnAnyVendor` forces consumers to avoid any specific rules regarding vendors, then it'd be harder to switch from not linting vendoring to linting it. IMO, best workflow would be...

We could generate vendors as well. How about the setup workflow looking like this: 1. Generate config, describing initial configuration of the project, including all vendors and components 2. Tweak...