1: Missing LifeMonitor configuration file
- ID: lm.MissingLMConfigFile
- Labels: config, enhancement
- Depends on: None
Description
No lifemonitor.yaml
configuration file found on this repository.
The lifemonitor.yaml
should be placed on the root of this repository.
2: Repository not intialised
- ID: repo_layout.RepositoryNotInitialised
- Labels: invalid, enhancement, config
- Depends on: lm.MissingLMConfigFile
Description
No workflow and crate metadata found on this repository.
3: Missing property name for Workflow RO-Crate
4: Missing workflow file
- ID: repo_layout.MissingWorkflowFile
- Labels: invalid, bug
- Depends on: repo_layout.RepositoryNotInitialised
Description
No workflow found on this repository.
You should place the workflow file (e.g., .ga
file) according to the best practices .
5: Missing RO-Crate metadata
- ID: repo_layout.MissingROCrateFile
- Labels: invalid, enhancement
- Depends on: repo_layout.MissingWorkflowFile
Description
No ro-crate-metadata.json
found on this repository.
The ro-crate-metadata.json
should be placed on the root of this repository.
6: RO-Crate metadata outdated
- ID: experimental.OutdatedROCrateFile
- Labels: invalid, bug
- Depends on: repo_layout.MissingROCrateFile
Description
The ro-crate-metadata.json
needs to be updated.
7: Missing RO-Crate workflow file
- ID: repo_layout.MissingROCrateWorkflowFile
- Labels: invalid, bug
- Depends on: repo_layout.MissingROCrateFile
Description
The workflow file declared on RO-Crate metadata is missing in this repository.