No release in over 3 years
Low commit activity in last 3 years
Pronto runner for Food Critic, lint tool for chef
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 12.0
~> 3.4
~> 1.2

Runtime

>= 10.0.0, ~> 15
~> 0.11.0
 Project Readme

Pronto runner for Food Critic

Code Climate Build Status Gem Version Dependency Status

Pronto runner for Food Critic, lint tool for chef. What is Pronto?

Configuration

You can provide several Food Critic options via .pronto.yml:

foodcritic:
  # Like CLI option --search-gems
  search_gems: true

  # Like CLI option --include, add custom rules to your CI
  include_rules:
    - lib/foodcritic/rules

  # Like CLI option --rule-file
  rule_file: .foodcritic-ci

  # File GLOBs to ignore, matching files won't be passed to Food Critic
  exclude:
    - '**/test/integration/**/*_spec.rb'

Note

Currently, naively uses path to determine if a file is a cookbook or a role configuration.