A static analysis linter for RAML API specifications, enforcing style and consistency rules across API documentation. Version 1.2.6 is the latest stable release, built for Node.js >=0.12.3. It provides both a library and CLI interface to validate RAML files against configurable rules for URLs, naming conventions, and structure. Unlike generic YAML validators, ramllint focuses on RAML-specific patterns and integrates with CI pipelines. The package appears to be in maintenance mode with no recent updates.
npm install ramllintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to instantiate the linter and lint a RAML file with the callback API.
Use `linter.results()` to get all log entries after calling `lint`.
Always instantiate with `new Linter()`.
Use `new Linter()` instead of `Linter()`.
Run `npm install ramllint --save` or `npm install -g ramllint`.
No dependency data recorded yet.