-
Notifications
You must be signed in to change notification settings - Fork 153
Don't raise FC003 warning if chef-solo-search is installed #7
Comments
Per the discussion on the Chef list if the edelight chef-solo-search library is installed then we don't want to warn, refs #7.
Miquel, thanks for the feedback. If you get a chance to test this before I release another version of the gem that would be great. Thanks, Andrew. |
Nice, I'll give that a try |
Hi - FYI the latest version of the gem on rubygems now has this change. |
Hi, I finally managed to install the foodcritic gem (I'm new to all that rvm, ruby 1.9.3, nokogiri stuff) Am I doing something terribly wrong? |
Thank you for taking the time to test this. The error message you are seeing is due to Ruby readline support missing. Normally this happens if the readline headers were not available at the time you installed your ruby. These links should get you sorted, alternatively if you already have 1.9.2 lying around you can just use that. Thanks again, Andrew. |
Thanks, that solved the issue. In any case I tested with the last foodcritic and it works nicely. The only thing I noticed: That means pretty much you can close this issue! |
Awesome - thanks Miquel. Good point about site-cookbooks. I'll close this issue but you've made me think foodcritic should accept multiple arguments for cookbook path. That would be more consistent with the way Chef allows Thanks! |
As @tobami mentioned on the general Chef list foodcritic warns when search is used even when users have edelight chef-solo-search installed.
http://lists.opscode.com/sympa/arc/chef/2011-12/msg00352.html
It shouldn't do this.
The text was updated successfully, but these errors were encountered: