Multiple Users Annotating Recordings #60
Annotations
4 errors and 12 warnings
Lint [typescript]
Property 'owner_email' is missing in type '{ low_freq: number; high_freq: number; start_time: number; end_time: number; comments: string; species: never[]; id: number; }' but required in type 'SpectrogramAnnotation'.
|
Lint [typescript]
Expected 3-4 arguments, but got 2.
|
Lint [typescript]
Expected 3-4 arguments, but got 2.
|
Lint [typescript]
Process completed with exit code 2.
|
Lint [eslint]:
client/src/api/api.ts#L92
'PaginatedNinjaResponse' is defined but never used
|
Lint [eslint]:
client/src/components/SpectrogramViewer.vue#L226
'class' should be on a new line
|
Lint [eslint]:
client/src/components/geoJS/LayerManager.vue#L327
'width' should be on a new line
|
Lint [eslint]:
client/src/components/geoJS/LayerManager.vue#L334
'@click' should be on a new line
|
Lint [eslint]:
client/src/components/geoJS/LayerManager.vue#L334
Expected 1 line break after opening tag (`<v-btn>`), but no line breaks found
|
Lint [eslint]:
client/src/components/geoJS/LayerManager.vue#L334
Expected 1 line break before closing tag (`</v-btn>`), but no line breaks found
|
Lint [eslint]:
client/src/views/Spectrogram.vue#L207
'cols' should be on a new line
|
Lint [eslint]:
client/src/views/Spectrogram.vue#L207
'style' should be on a new line
|
Lint [eslint]:
client/src/views/Spectrogram.vue#L211
'class' should be on a new line
|
Lint Python
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Django [test]
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Django [check-migrations]
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|