Skip to content

Articola-Tools/json-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Articola Tools' JSON linter

image size

This repo contains Dockerfile with preconfigured JSON linter.

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