Viktor Malyi

Results 12 comments of Viktor Malyi

@anselmoshim, you're right. This is currently not implemented. Unfortunately, I don't have currently much time to take care of this. Want to create a pull request with a possible solution...

"check_output" doesn't support "stdout" argument, that's why there is no change to redirect it to os.devnull. Another solution is to be found

Experiencing the same issue with Flutter 2.5.3, on macOS 11.6 in VS Code 1.62.3. See `analysis_options.yaml` attached. Removing the `dart_code_metrics` from `plugins` in `analysis_options.yaml` helps to bring resource utilization to...

> @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 >...

> @vmalyi thank you! One last question - doest it consumes less memory / CPU with a single rule enabled or it's about the same amount? Regardless of the number...

> Thank you! That helps a lot. It looks more like an analyzer issue, then ours. May I ask you to check one more thing? Sure, go ahead, @incendial, happy...

> Could you install another plugin, for example this one https://github.com/incendial/dartup-plugin-example and check how much memory it will consume? It's not published to pub, you need to set it up...

@erikjalevik thanks! I'll try to come up with most relevant info regarding Fastlane in the next couple of days.

Done in https://github.com/futurice/ios-good-practices/pull/52