Dmitry Zhifarsky
Dmitry Zhifarsky
@egonm12 hi, there was no plans to support analysing specific files, can you add more details why passing a folder doesn't work for you?
So you mean that the tool will select changed files to {staged_files} and then pass them to the DCM?
@egonm12 any chance you can test the fix in https://github.com/dart-code-checker/dart-code-metrics/pull/965?
@egonm12 thanks, that's a `print` that should be removed > everything seems to work as expected, nice! Happy to hear that!
Available in 4.18.0 🚀
@pablobaldez hi, check out how GetStream uses Dart Code Metrics with Melos https://github.com/GetStream/stream-chat-flutter/blob/develop/.github/workflows/dart_code_metrics.yaml Unfortunately, we don't support package discoverability in the action, so you need to list all packages, but...
Closing this since there is no plans to improve the flow now. Please refer to the GetStream example for monorepo setup
@m-skolnick hi, so sorry for the long response. It's really hard to say, where the memory leak comes from and we'll need to investigate it better. I think one way...
@vmalyi could you test the performance with a single rule in config, for instance: ``` include: package:flutter_lints/flutter.yaml analyzer: exclude: - lib/**/*.g.dart - lib/generated - test/mocked_classes.mocks.dart errors: use_key_in_widget_constructors: ignore dart_code_metrics: rules:...
> Btw.. I don't think this is new. I think the same. The only problem now is to understand from where the bug comes from: it's either the integration or...