Skip to content

codeclimate-community/codeclimate-foodcritic

Repository files navigation

Code Climate Engine to run Foodcritic

Usage

.codeclimate.yml

engines: foodcritic: enabled: true

Configuration

This engine accepts tags and cookbook_paths in its configuration. Both values are optional:

engines: foodcritic: enabled: true config: tags: - "~FC011" - "~FC033" cookbook_paths: - libraries/mysql.rb - libraries/docker.rb

NOTE: cookbook_paths, when defined, are passed directly to Foodcritic and any computed include_paths (which take into account your configured exclude_paths) are ignored.

Releases

No releases published

Packages

No packages published

Contributors 6