Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linter warning #6

Open
vladborsh opened this issue Jun 30, 2020 · 0 comments
Open

Fix linter warning #6

vladborsh opened this issue Jun 30, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@vladborsh
Copy link
Owner

vladborsh commented Jun 30, 2020

Actual behavior

Next warning appears during running linter check

Could not find implementations for the following rules specified in the configuration:
    component-class-suffix
    component-selector
    contextual-lifecycle
    directive-class-suffix
    directive-selector
    no-conflicting-lifecycle
    no-host-metadata-property
    no-input-rename
    no-inputs-metadata-property
    no-output-native
    no-output-on-prefix
    no-output-rename
    no-outputs-metadata-property
    template-banana-in-box
    template-no-negated-async
    use-lifecycle-interface
    use-pipe-transform-interface

Expected behavior

No warning during lint check

Desired fix

Check rule names changes in codelizer

@vladborsh vladborsh added enhancement New feature or request good first issue Good for newcomers labels Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant