https://github.com/articola-tools/json-linter
Preconfigured linter for JSON files
https://github.com/articola-tools/json-linter
articola articola-tools docker json linter
Last synced: 3 months ago
JSON representation
Preconfigured linter for JSON files
- Host: GitHub
- URL: https://github.com/articola-tools/json-linter
- Owner: Articola-Tools
- License: apache-2.0
- Created: 2025-03-25T20:19:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T21:22:30.000Z (3 months ago)
- Last Synced: 2025-03-25T22:25:53.275Z (3 months ago)
- Topics: articola, articola-tools, docker, json, linter
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Articola Tools' JSON linter
[](https://ghcr-badge.egpl.dev/articola-tools/json-linter/size?color=dodgerblue)
This repo contains Dockerfile with preconfigured [JSON linter](https://github.com/prantlf/jsonlint).
## Usage
Use `ghcr.io/articola-tools/json-linter` Docker image with `-v ./:/linter_workdir/repo`
parameter, where `./` - is a path to a folder with files you want to lint.
By default, linter outputs correct JSON to stdout. For validation only, use `--check`
parameter.Example command to use this linter -
`docker run --rm -v ./:/linter_workdir/repo ghcr.io/articola-tools/json-linter --check`