Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

AtomLinter/linter-foodcritic

Repository files navigation

linter-foodcritic

This is a foodcritic provider for linter. It will be used with files that have the Chef syntax.

Installation

The linter package must be installed in order to use this plugin. If it is not installed, please follow the instructions here.

foodcritic Installation

Before using this plugin, you must ensure that foodcritic is installed on your system. To install foodcritic, do the following:

  1. Install ruby.

  2. Install foodcritic by typing the following in a terminal:

    gem install foodcritic
  3. Alternatively install ChefDK which already includes foodcritic: https://downloads.chef.io/chef-dk/

Now you can proceed to install the linter-foodcritic plugin.

Plugin installation

$ apm install linter-foodcritic