From dd8f3b4d545d7e291b9eaa43a856051217d7bc5f Mon Sep 17 00:00:00 2001 From: Sierra Taylor Moxon Date: Tue, 22 Aug 2023 16:40:04 -0700 Subject: [PATCH] move yamllint to a standard naming convention, remove requirements.txt and requirements-dev.txt --- .github/workflows/validate-yaml-syntax.yaml | 2 +- .yamllint-config => .yamllint.yaml | 0 requirements-dev.txt | 14 -------------- requirements.txt | 16 ---------------- 4 files changed, 1 insertion(+), 31 deletions(-) rename .yamllint-config => .yamllint.yaml (100%) delete mode 100644 requirements-dev.txt delete mode 100644 requirements.txt diff --git a/.github/workflows/validate-yaml-syntax.yaml b/.github/workflows/validate-yaml-syntax.yaml index d6c438ff..dfeb1a0c 100644 --- a/.github/workflows/validate-yaml-syntax.yaml +++ b/.github/workflows/validate-yaml-syntax.yaml @@ -12,4 +12,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Validate YAML file - run: yamllint -c .yamllint-config linkml_model/model/schema/*.yaml \ No newline at end of file + run: yamllint linkml_model/model/schema/*.yaml \ No newline at end of file diff --git a/.yamllint-config b/.yamllint.yaml similarity index 100% rename from .yamllint-config rename to .yamllint.yaml diff --git a/requirements-dev.txt b/requirements-dev.txt deleted file mode 100644 index d739d0c9..00000000 --- a/requirements-dev.txt +++ /dev/null @@ -1,14 +0,0 @@ -################################################################################ -# This requirements file has been automatically generated from `Pipfile` with -# `pipenv-to-requirements` -# -# -# This has been done to maintain backward compatibility with tools and services -# that do not support `Pipfile` yet. -# -# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and -# `Pipfile.lock` and then regenerate `requirements*.txt`. -################################################################################ - -linkml -mkdocs diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index fabddb2b..00000000 --- a/requirements.txt +++ /dev/null @@ -1,16 +0,0 @@ -################################################################################ -# This requirements file has been automatically generated from `Pipfile` with -# `pipenv-to-requirements` -# -# -# This has been done to maintain backward compatibility with tools and services -# that do not support `Pipfile` yet. -# -# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and -# `Pipfile.lock` and then regenerate `requirements*.txt`. -################################################################################ - -linkml-runtime -linkml>= 1.2.0 -mkdocs -mkdocs-mermaid2-plugin