update diagnostic for cglycans #49
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
webapp/src/data/Constants.tsx#L179
Unexpected any value in conditional. An explicit comparison or type cast is required
|
webapp/src/data/Constants.tsx#L183
Unexpected any value in conditional. An explicit comparison or type cast is required
|
webapp/src/database/DatabaseInput/DatabaseInput.tsx#L3
'UploadButton' is defined but never used. Allowed unused vars must match /^_/u
|
webapp/src/database/DatabaseInput/DatabaseInput.tsx#L4
'Submit' is defined but never used. Allowed unused vars must match /^_/u
|
webapp/src/database/DatabaseInput/DatabaseInput.tsx#L5
'PDBFetch' is defined but never used. Allowed unused vars must match /^_/u
|
webapp/src/database/DatabaseSearch/DatabaseSearch.tsx#L41
Unexpected any value in conditional. An explicit comparison or type cast is required
|
webapp/src/database/DatabaseSearch/DatabaseSearch.tsx#L52
Unexpected any value in conditional. An explicit comparison or type cast is required
|
webapp/src/database/DatabaseSearchTable/DatabaseSearchTable.tsx#L1
'useEffect' is defined but never used. Allowed unused vars must match /^_/u
|
webapp/src/database/DatabaseSearchTable/DatabaseSearchTable.tsx#L172
'sorting' is assigned a value but never used. Allowed unused vars must match /^_/u
|
webapp/src/database/DatabaseSearchTable/DatabaseSearchTable.tsx#L172
'setSorting' is assigned a value but never used. Allowed unused vars must match /^_/u
|
This job succeeded
Loading