Dmitry Zhifarsky

Results 177 comments of Dmitry Zhifarsky

If anyone still has a memory and cpu usage issue with the version 4.11 or higher, please let us know here.

@daniloteamflow hi, thank you for reporting the issue, hoping to release the new integration in a few days https://github.com/dart-code-checker/dart-code-metrics/pull/900. It should significantly reduce the memory usage

I'd suggest to split method and library configuration `ident: dart:core/list.dart List.sort` to separate entries. Also, have you considered extending the capabilities of `ban-name` instead of creating a separate rule? Or...

Of even create a new rule based on `ban-name` like `avoid-banned-names` and improve the config however you want. > Probably, there is some better way to differentiate between identifierName (which...

@grafovdenis do you still want to implement this by yourself?

@justjew hi, yeah, we only supported named methods for the widgets at this point and I'm not sure how make this configuration flexible. We can add support for *-method, and...

Unfortunately, services and widgets are also limited to projects that use such terms. One options would be to introduce patterns for the entries, like close-method for *Service classes, but it...

Ah, I got it. Maybe you're right and that would be enough.

@fzyzcjy could you add more details about the rule you want to add? Or it's not a rule? I'm a little bit confused.