Skip to content
This repository has been archived by the owner on Jul 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #7 from tas50/patch-2
Browse files Browse the repository at this point in the history
Remove rules that are better done in Chefspec
  • Loading branch information
tas50 authored Mar 17, 2017
2 parents 1663273 + c135889 commit fb78ad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Chef-specific analysis for your projects, as an extension to
* ~~FC006 Mode should be quoted or fully specified when setting file permissions~~ Chef/FileMode
* FC007 Ensure recipe dependencies are reflected in cookbook metadata
* FC008 Generated cookbook metadata needs updating
* FC009 Resource attribute not recognised
* ~~FC009 Resource attribute not recognised~~ Deprecated as this is better done in ChefSpec
* FC010 Invalid search syntax
* FC011 Missing README in markdown format
* FC012 Use Markdown for README rather than RDoc
Expand All @@ -42,8 +42,8 @@ Chef-specific analysis for your projects, as an extension to
* FC033 Missing template
* FC034 Unused template variables
* FC035 Template uses node attribute directly
* FC037 Invalid notification action
* FC038 Invalid resource action
* ~~FC037 Invalid notification action~~ Deprecated as this is better done in ChefSpec
* ~~FC038 Invalid resource action~~ Deprecated as this is better done in ChefSpec
* FC039 Node method cannot be accessed with key
* FC040 Execute resource used to run git commands
* FC041 Execute resource used to run curl or wget commands
Expand Down

0 comments on commit fb78ad4

Please sign in to comment.