feat: generic DocField
filter
#391
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint.yml
on: pull_request
Semantic Commits
23s
ESLint - Reviewdog
1m 13s
Black - Reviewdog
15s
Semgrep Rules
32s
Annotations
1 error and 1 warning
ESLint - Reviewdog
Process completed with exit code 1.
|
ESLint - Reviewdog:
desk/src/pages/desk/ticket-list/MainTable.vue#L91
[eslint] reported by reviewdog 🐶
Unexpected any. Specify a different type.
Raw Output:
{"ruleId":"@typescript-eslint/no-explicit-any","severity":1,"message":"Unexpected any. Specify a different type.","line":91,"column":13,"nodeType":"TSAnyKeyword","messageId":"unexpectedAny","endLine":91,"endColumn":16,"suggestions":[{"messageId":"suggestUnknown","fix":{"range":[2788,2791],"text":"unknown"},"desc":"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."},{"messageId":"suggestNever","fix":{"range":[2788,2791],"text":"never"},"desc":"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."}]}
|