Feature 53985 #5828
Annotations
10 errors and 1 warning
Run reviewdog/action-eslint@v1:
frontend/src/app/shared/components/datepicker/wp-multi-date-form/wp-multi-date-form.component.ts#L438
[eslint] reported by reviewdog 🐶
Multiple spaces found before '// get from wo...'.
Raw Output:
{"ruleId":"no-multi-spaces","severity":2,"message":"Multiple spaces found before '// get from wo...'.","line":438,"column":37,"nodeType":"Line","messageId":"multipleSpaces","endLine":438,"endColumn":39,"fix":{"range":[14361,14363],"text":" "}}
|
Run reviewdog/action-eslint@v1:
frontend/src/app/shared/components/datepicker/wp-multi-date-form/wp-multi-date-form.component.ts#L439
[eslint] reported by reviewdog 🐶
Multiple spaces found before '// calculate'.
Raw Output:
{"ruleId":"no-multi-spaces","severity":2,"message":"Multiple spaces found before '// calculate'.","line":439,"column":32,"nodeType":"Line","messageId":"multipleSpaces","endLine":439,"endColumn":34,"fix":{"range":[14419,14421],"text":" "}}
|
Run reviewdog/action-eslint@v1:
frontend/src/app/shared/components/datepicker/wp-multi-date-form/wp-multi-date-form.component.ts#L440
[eslint] reported by reviewdog 🐶
Type number trivially inferred from a number literal, remove type annotation.
Raw Output:
{"ruleId":"@typescript-eslint/no-inferrable-types","severity":2,"message":"Type number trivially inferred from a number literal, remove type annotation.","line":440,"column":3,"nodeType":"PropertyDefinition","messageId":"noInferrableType","endLine":440,"endColumn":41,"fix":{"range":[14462,14469],"text":""}}
|
Run reviewdog/action-eslint@v1:
frontend/src/app/shared/components/datepicker/wp-multi-date-form/wp-multi-date-form.component.ts#L440
[eslint] reported by reviewdog 🐶
Multiple spaces found before '// config?'.
Raw Output:
{"ruleId":"no-multi-spaces","severity":2,"message":"Multiple spaces found before '// config?'.","line":440,"column":41,"nodeType":"Line","messageId":"multipleSpaces","endLine":440,"endColumn":43,"fix":{"range":[14474,14476],"text":" "}}
|
Run reviewdog/action-eslint@v1:
frontend/src/app/shared/components/datepicker/wp-multi-date-form/wp-multi-date-form.component.ts#L441
[eslint] reported by reviewdog 🐶
Type number trivially inferred from a number literal, remove type annotation.
Raw Output:
{"ruleId":"@typescript-eslint/no-inferrable-types","severity":2,"message":"Type number trivially inferred from a number literal, remove type annotation.","line":441,"column":3,"nodeType":"PropertyDefinition","messageId":"noInferrableType","endLine":441,"endColumn":33,"fix":{"range":[14508,14515],"text":""}}
|
Run reviewdog/action-eslint@v1:
frontend/src/app/shared/components/datepicker/wp-multi-date-form/wp-multi-date-form.component.ts#L441
[eslint] reported by reviewdog 🐶
Missing semicolon.
Raw Output:
{"ruleId":"@typescript-eslint/semi","severity":2,"message":"Missing semicolon.","line":441,"column":33,"nodeType":"PropertyDefinition","messageId":"missingSemi","endLine":441,"endColumn":34,"fix":{"range":[14519,14519],"text":";"}}
|
Run reviewdog/action-eslint@v1:
frontend/src/app/shared/components/datepicker/wp-multi-date-form/wp-multi-date-form.component.ts#L442
[eslint] reported by reviewdog 🐶
Multiple spaces found before '// calculate'.
Raw Output:
{"ruleId":"no-multi-spaces","severity":2,"message":"Multiple spaces found before '// calculate'.","line":442,"column":39,"nodeType":"Line","messageId":"multipleSpaces","endLine":442,"endColumn":41,"fix":{"range":[14569,14571],"text":" "}}
|
Run reviewdog/action-eslint@v1:
frontend/src/app/shared/components/datepicker/wp-multi-date-form/wp-multi-date-form.component.ts#L443
[eslint] reported by reviewdog 🐶
Multiple spaces found before '// calculate'.
Raw Output:
{"ruleId":"no-multi-spaces","severity":2,"message":"Multiple spaces found before '// calculate'.","line":443,"column":33,"nodeType":"Line","messageId":"multipleSpaces","endLine":443,"endColumn":35,"fix":{"range":[14616,14618],"text":" "}}
|
Run reviewdog/action-eslint@v1:
frontend/src/app/shared/components/datepicker/wp-multi-date-form/wp-multi-date-form.component.ts#L448
[eslint] reported by reviewdog 🐶
Expected blank line between class members.
Raw Output:
{"ruleId":"@typescript-eslint/lines-between-class-members","severity":2,"message":"Expected blank line between class members.","line":448,"column":3,"nodeType":"MethodDefinition","messageId":"always","endLine":452,"endColumn":4,"fix":{"range":[14703,14703],"text":"\n"}}
|
Run reviewdog/action-eslint@v1
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading