Konstantin
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,...
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,...
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...
Add `--suggest` options, should output all unused vendors/components/deps, etc..
Привет, ~~похоже что не работает, когда класс имлементирует какой-либо интерфейс~~. Проблема была с кешом. Ниже описал в чём дело. Мб стоит добавить метод для удаления кеша, или автоматическую инвалидацию?
- [ ] 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...
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...