Konstantin

Results 16 issues of Konstantin

Hi, from documentation its clear that storage can work with multiple goroutines inside one singleton application. But can it work in scaled applications? For example, i have N instances of...

New optional mode (can be turn on from allow config). In this mode, linter not allow any imports, except - stdlib - commonVendors - commonComponents This allow some normal dependency,...

enhancement
v4
linter-SDK

For parsing AST, we use lib called "packages", is go stdlib from x Currently this lib requre all go installation in host, so it platform dependant thing. And most horrible,...

priority
linter-SDK

Implement command that output project spec in dot format to stdout. Also we can add this plugin: https://github.com/bzixilu/dotplugin to dependencies, and render dot in split view, when ArchFile is opened...

enhancement
linter
idea-plugin

Add `--suggest` options, should output all unused vendors/components/deps, etc..

enhancement
v4
linter-SDK

Привет, ~~похоже что не работает, когда класс имлементирует какой-либо интерфейс~~. Проблема была с кешом. Ниже описал в чём дело. Мб стоит добавить метод для удаления кеша, или автоматическую инвалидацию?

enhancement

- [ ] when "allow.depOnAnyVendor" is "true" - we can check that config not contain `vendor`, `commonVendor`, `deps.*vendor`, `deps.canUse` fields, because it useless. - [ ] check that `vendor.in` match...

enhancement
good first issue

Currently linter by default will check all vendor libs in code, so when we first time setup project, we need do more actions to bring linter to live. But better...

enhancement
v4