-
Notifications
You must be signed in to change notification settings - Fork 12k
update codelyzer to 4.0 #8324
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
Comments
I hit that issue with 1.5.0 as well |
I got the issue as well |
same issue, is there any fix? |
@Danieliverant the workaround is very trivial, just update - "codelyzer": "~3.2.0",
+ "codelyzer": "~4.0.1", and - "directive-class-suffix": true,
- "invoke-injectable": true
+ "directive-class-suffix": true |
The solution is simple, but it would be nice to be included by default. I think this will be patched soon |
The fix for this will be in the angular/devkit repo. The line that will need updated can be found here. |
Yes, I already did the PR 2 weeks ago, but it's not even reviewed yet. So it's quite funny to see the label "help wanted" here. @Brocco There is a real problem about supporting the community effort in the CLI, this kind of situation happens very too often (I can give a lot of examples). One of the last Angular weekly meetings notes say " @bradlygreen has details on how to give kudos (in cash!) to external contributors". Well, I don't ask for cash, I think the priority would be first to have someone to manage the github PRs (I don't even mention issues...). That's really frustrating that first, each CLI release comes with this kind of issues (and other ones about generation commands are real problems) and second that when we take time to help, it feels like nobody cares. |
… to shrinkwrap
Angular 5 Angular-CLI 1.5 Codalyzer 4 (angular/angular-cli#8324)
fixed 👍 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
The log given by the failure.
Desired functionality.
Scaffold with codelyzer 4.0.
Mention any other details that might be useful.
This has been fixed in codelyzer 4.0
Issue: mgechev/codelyzer#409
Release: https://github.com/mgechev/codelyzer/releases/tag/4.0.0
The text was updated successfully, but these errors were encountered: