Skip to content

Commit

Permalink
refactor(rule): drop deprecated 'pipe-naming' (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelss95 authored and mgechev committed Feb 9, 2019
1 parent 4f5abe7 commit e7b2fa7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 284 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ Below you can find a recommended configuration which is based on the [Angular St
| `no-unused-css` | _Experimental_ |
| `template-conditional-complexity` | _Experimental_ |
| `angular-whitespace` | _Deprecated_ |
| `pipe-naming` | _Deprecated_ |

## Disable a rule that validates Template or Styles

Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export { Rule as NoQueriesParameterRule } from './noQueriesParameterRule';
export { Rule as NoTemplateCallExpressionRule } from './noTemplateCallExpressionRule';
export { Rule as NoUnusedCssRule } from './noUnusedCssRule';
export { Rule as PipeImpureRule } from './pipeImpureRule';
export { Rule as PipeNamingRule } from './pipeNamingRule';
export { Rule as PipePrefixRule } from './pipePrefixRule';
export { Rule as PreferInlineDecorator } from './preferInlineDecoratorRule';
export { Rule as PreferOutputReadonlyRule } from './preferOutputReadonlyRule';
Expand Down
133 changes: 0 additions & 133 deletions src/pipeNamingRule.ts

This file was deleted.

149 changes: 0 additions & 149 deletions test/pipeNamingRule.spec.ts

This file was deleted.

0 comments on commit e7b2fa7

Please sign in to comment.