-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
5-TechnicalUpdatesUpdates to LinkML or technical components of MIxSUpdates to LinkML or technical components of MIxS
Description
We use linkml-lint and yamllint to check the syntax of the mixs.yaml
file after edits. The nature of the Makefile targets that do linting or experimentally apply reformatting should be as clear as possible.
Therefor, change
test1:
echo $$PATH
yamlfmt -conf .yamlfmt src/mixs/schema/mixs.yaml > src/mixs/schema/mixs_standardized.yam
to
yamlfmt-beta: # was test1
echo $$PATH
yamlfmt -conf .yamlfmt src/mixs/schema/mixs.yaml > src/mixs/schema/mixs_standardized.yaml
yamlfmt
is a system dependency
https://github.com/google/yamlfmt
we are probably not dong yamfmt by default because we haven't found a config that doesn't mangle things in soem way, like wrapping regex pattern
s onto multiple lines
Metadata
Metadata
Assignees
Labels
5-TechnicalUpdatesUpdates to LinkML or technical components of MIxSUpdates to LinkML or technical components of MIxS