Skip to content

pauliusm/pronto-yamllint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pronto runner for YAMLlint

Gem Version Maintainability

Pronto runner for YAMLlint. What is Pronto?

Prerequisites

  • install YAMLlint
  • Ensure it is your $PATH

Installation

Run gem install pronto-yamllint

Configuration

(If needed) set YAMLLINT_OPTS environment variable with yamllint options. They will be passed to yamllint.

Usage

Run pronto. Also it is quite nice to set git pre-push hook for pronto like in .git/hooks/pre-push:

#!/bin/sh

pronto run --exit-code

Changelog

0.2.0 Depend on Pronto 0.11.0

0.1.2 Depend on Pronto 0.10.0

0.1.1 Misc small fixes

0.1.0 Initial public version. Based heavily on https://kevinjalbert.com/create-your-own-pronto-runner/

Releases

No releases published

Packages

No packages published

Languages