diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 7648a2b3..9da97d95 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run tests - run: docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest --ignore "**/autogen.md" --disable=MD013 "**/*.md" + run: docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest --ignore "**/autogen.md" --disable MD013 MD060 -- "**/*.md" api-lint: runs-on: ubuntu-latest diff --git a/storage/README.md b/storage/README.md index c931122f..1105d9af 100644 --- a/storage/README.md +++ b/storage/README.md @@ -109,7 +109,7 @@ docker run --rm -it -e GO111MODULE=on -v `pwd`:/app -w /app golang:alpine go get | Block Volume | A volume that will appear as a block device inside the host OS. | | NVMe Subsystem | holding all other objects in NVMe world | | NVMe Controller | responsible for Queues and Commands handlings. Have to belong to some subsystem. | -| NVMe Namespac | representing remote namespace. Belongs to a specific controller (private NS) or shared between controllers (usually for Multipathing).| +| NVMe Namespace | representing remote namespace. Belongs to a specific controller (private NS) or shared between controllers (usually for Multipathing).| | tbd | tbd | ## Storage APIs