The suffix-subjects rule isn't effecting a failure for the following code:
import { Subject } from 'rxjs';
const sourceSubject$ = new Subject<number>();
// Should cause an error because the suffix should be Subject, not Subject$.
It's possible this is intentional, to be compatible with finnish, but I can't tell for sure looking over the history of this rule.
Possibly relevant history: