To me, this feels counterintuitive. If a function/method should be in finnish notation if it returns an Observable, the same should be true when it is disguised as a variable/property/param.
Am I correct here? Or is this just not how the rule is meant to work.
Thanks in advance! And thanks in general to @cartant for maintaining this nice set of lint rules.
Given the following configuration:
We would currently get the following results:
To me, this feels counterintuitive. If a function/method should be in finnish notation if it returns an
Observable
, the same should be true when it is disguised as a variable/property/param.Am I correct here? Or is this just not how the rule is meant to work.
Thanks in advance! And thanks in general to @cartant for maintaining this nice set of lint rules.