Skip to content

Commit

Permalink
Merge pull request #472 from sous-chefs/sc-fc
Browse files Browse the repository at this point in the history
foodcritic: add sous-chefs rules
  • Loading branch information
josephholsten authored Feb 27, 2017
2 parents 3b1d1c9 + 4d3ddf6 commit c8e07ae
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "foodcritic/sc"]
path = foodcritic/sc
url = https://github.com/sous-chefs/sc-foodcritic-rules.git
3 changes: 3 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Community Guidelines

This project follows the Chef Community Guidelines <https://docs.chef.io/community_guidelines.html>
File renamed without changes.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ namespace :style do
desc 'Run Chef style checks'
FoodCritic::Rake::LintTask.new(:chef) do |t|
t.options = {
include_rules: 'foodcritic/sc',
fail_tags: ['any'],
progress: true,
}
Expand Down
1 change: 1 addition & 0 deletions foodcritic/sc
Submodule sc added at ab11cf

0 comments on commit c8e07ae

Please sign in to comment.