markdownlint-cli
Advanced tools
Comparing version 0.31.0 to 0.31.1
{ | ||
"name": "markdownlint-cli", | ||
"version": "0.31.0", | ||
"version": "0.31.1", | ||
"description": "MarkdownLint Command Line Interface", | ||
@@ -48,3 +48,3 @@ "main": "markdownlint.js", | ||
"markdownlint-rule-helpers": "~0.16.0", | ||
"minimatch": "~3.0.4", | ||
"minimatch": "~3.0.5", | ||
"run-con": "~1.2.10" | ||
@@ -51,0 +51,0 @@ }, |
@@ -45,2 +45,8 @@ # markdownlint-cli | ||
Or run using [Docker](https://www.docker.com) and [GitHub Packages](https://github.com/features/packages): | ||
```bash | ||
docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest "*.md" | ||
``` | ||
### Globbing | ||
@@ -127,3 +133,3 @@ | ||
- repo: https://github.com/igorshubovych/markdownlint-cli | ||
rev: v0.31.0 | ||
rev: v0.31.1 | ||
hooks: | ||
@@ -130,0 +136,0 @@ - id: markdownlint |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21628
164
Updatedminimatch@~3.0.5