Registry / cli / j13k-yaml-lint

j13k-yaml-lint

JSON →
library1.1.7phppackagistunverified

A compact command line utility for checking YAML file syntax

composer require j13k/yaml-lint
INSTALL
IMPORT
SIG · J13K-YAML-LINT
J
j13k-yaml-lint
cliphpv1.1.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Linter
use J13k\YamlLint\Linter;

Lint a YAML file for syntax errors

use J13k\YamlLint\Linter; $linter = new Linter(); $result = $linter->lint('config.yaml'); echo $result->isValid() ? 'Valid' : $result->getError();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.7latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
j13k-yaml-lint — pip install j13k-yaml-lint · libregistry