Skip to content

Commit

Permalink
refactor: Rework prefer-takeuntil rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Nov 29, 2019
1 parent 1fda258 commit 7489079
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 281 deletions.
2 changes: 1 addition & 1 deletion source/rules/rxjsPreferAngularCompositionRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class Rule extends Lint.Rules.TypedRule {
"Composed subscription not unsubscribed";
/*tslint:disable:semicolon*/
public static FAILURE_MESSAGE_NOT_DECLARED = (name: string) =>
`Composed subscription '${name}' not declared`;
`Composed subscription '${name}' not a class property`;
/*tslint:enable:semicolon*/

public applyWithProgram(
Expand Down
Loading

0 comments on commit 7489079

Please sign in to comment.