Load inputs #18
ci.yml
on: pull_request
lint
3m 44s
lint-client
42s
pytest
5m 51s
check-migrations
4m 23s
Annotations
12 errors
lint-client:
client/src/components/FeatureSelection/VectorFeatureChart.vue#L9
'ParameterGraph' is defined but never used
|
|
lint-client:
client/src/components/TabularData/TableSummary.vue#L3
Member 'computed' of the import declaration should be sorted alphabetically
|
lint-client:
client/src/components/TabularData/TableSummary.vue#L90
Must use `.value` to read or write the value wrapped by `ref()`
|
lint-client:
client/src/components/TabularData/TableSummary.vue#L90
Must use `.value` to read or write the value wrapped by `ref()`
|
lint-client:
client/src/components/TabularData/TableSummary.vue#L93
Missing semicolon
|
lint-client:
client/src/components/TabularData/TableSummary.vue#L96
Missing semicolon
|
lint-client:
client/src/types.ts#L752
Missing semicolon
|
lint-client:
client/src/types.ts#L769
More than 1 blank line not allowed
|
lint-client
Process completed with exit code 1.
|
lint
Process completed with exit code 1.
|
pytest
Process completed with exit code 1.
|