You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[no-ignored-default-value](docs/rules/no-ignored-default-value.md)| Disallow using `firstValueFrom`, `lastValueFrom`, `first`, and `last` without specifying a default value. | 🔒 ||| 💭 ||
92
92
|[no-ignored-error](docs/rules/no-ignored-error.md)| Disallow calling `subscribe` without specifying an error handler. | 🔒 ||| 💭 ||
93
93
|[no-ignored-notifier](docs/rules/no-ignored-notifier.md)| Disallow observables not composed from the `repeatWhen` or `retryWhen` notifier. | ✅ 🔒 ||| 💭 ||
94
-
|[no-ignored-observable](docs/rules/no-ignored-observable.md)| Disallow ignoring observables returned by functions. |||| 💭 ||
94
+
|[no-ignored-observable](docs/rules/no-ignored-observable.md)| Disallow ignoring observables returned by functions. |🔒||| 💭 ||
95
95
|[no-ignored-replay-buffer](docs/rules/no-ignored-replay-buffer.md)| Disallow using `ReplaySubject`, `publishReplay` or `shareReplay` without specifying the buffer size. | ✅ 🔒 |||||
96
96
|[no-ignored-subscribe](docs/rules/no-ignored-subscribe.md)| Disallow calling `subscribe` without specifying arguments. |||| 💭 ||
97
97
|[no-ignored-subscription](docs/rules/no-ignored-subscription.md)| Disallow ignoring the subscription returned by `subscribe`. |||| 💭 ||
@@ -102,7 +102,7 @@ The package includes the following rules.
102
102
|[no-nested-subscribe](docs/rules/no-nested-subscribe.md)| Disallow calling `subscribe` within a `subscribe` callback. | ✅ 🔒 ||| 💭 ||
103
103
|[no-redundant-notify](docs/rules/no-redundant-notify.md)| Disallow sending redundant notifications from completed or errored observables. | ✅ 🔒 ||| 💭 ||
0 commit comments