Push on master #836
codeql
on: dynamic
Matrix: analyze
Annotations
8 errors, 5 warnings, and 1 notice
ESLint:
src/components/wiki/twc-materials.vue#L105
ESLint: Expected an assignment or function call and instead saw an expression. (@typescript-eslint/no-unused-expressions)
|
ESLint:
src/plugins/Hutao/types/Abyss.d.ts#L141
ESLint: An interface declaring no members is equivalent to its supertype. (@typescript-eslint/no-empty-object-type)
|
ESLint:
src/web/request/getDeviceFp.ts#L105
ESLint: 'error' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/components/userRecord/tur-world-grid.vue#L34
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/utils/TGShare.ts#L155
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/components/config/tc-info.vue#L117
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/utils/dataBS.ts#L120
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
Attempt to assign to const or readonly variable:
src/components/home/t-pool.vue#L125
Attempt to assign to const or readonly variable
|
Syntax errors and unresolved references in JSDoc:
src/types/Plugins/UIGF.d.ts#L27
Unresolved variable or type 'GachaItem4'
|
Analyze (javascript)
Failed to download action 'https://api.github.com/repos/github/codeql-action/tarball/4dd16135b69a43b6c8efb853346f8437d92d3c93'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Analyze (javascript)
Back off 23.617 seconds before retry.
|
Analyze (javascript)
Failed to download action 'https://api.github.com/repos/github/codeql-action/tarball/4dd16135b69a43b6c8efb853346f8437d92d3c93'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Analyze (javascript)
Back off 18.394 seconds before retry.
|
Comparison of expressions having incompatible types:
src/components/post/tp-text.vue#L124
Condition is always false since types 'string extends (Builtin \| Ref \| RefUnwrapBailTypes\[keyof RefUnwrapBailTypes\] \| {RawSymbol?: true}) ? string : (string extends Map ? (Map\> \& UnwrapRef\>\>) : (string extends WeakMap ? (WeakMap\> \& UnwrapRef\>\>) : (string extends Set ? (Set\> \& UnwrapRef\>\>) : (string extends WeakSet ? (WeakSet\> \& UnwrapRef\>\>) : (string extends ReadonlyArray ? {\[K in keyof string\]: UnwrapRefSimple} : (string extends (object \& {ShallowReactiveMarker?: never}) ? {\[P in keyof string\]: P extends symbol ? string\[P\] : UnwrapRef\<...\[...\]\>} : string))))))' and 'null' have no overlap
|