0.01
No release in over 3 years
Low commit activity in last 3 years
Enables pronto to check .yaml files using yamllint
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.11.0
 Project Readme

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/