Alexei Diaz
Alexei Diaz
Can you elaborate a bit more on what you are referring to when you say complimentary libraries? Is it like an extra library specific for greencat-butterfly integration? If so, I...
I somehow thought it might be useful in some cases, and thought opening an issue would be easier to track than a TODO in the code. If it is a...
I like this type of rule but I think it needs a more comprehensive specification, there are objects that know about each other and that is OK, for instance similar...
Even in that case. I notice a strong tendency for one file per library and one class per file. While this is the kind of thing I would like to...
#229 addresses this issue, consensus is that the rule is too complex in its current state and will be splitted/simplified into a few different rules.
This might be linted now that https://github.com/dart-lang/linter/pull/229 is merged. I might add a test to confirm @pq can you assign this to me?
This might be linted now that https://github.com/dart-lang/linter/pull/229 is merged. I might add a test to confirm @pq can you assign this to me?
It is linted only if the boolean operator is `&&`.
No. But I am surprised that is not linted, I just reviewed tests and we have a few that lint expressions where the operator is `||`, so looks like a...
`dartfmt` might help here.