pelletiermaxime / SublimeLinter-contrib-foodcritic

SublimeLinter 3 plugin to run foodcritic, a lint tool for Chef cookbooks. http://acrmp.github.io/foodcritic/
MIT License
0 stars 1 forks source link

Package missing from Package Control #1

Open mconigliaro opened 9 years ago

mconigliaro commented 9 years ago

Is this package still being maintained? I don't see it in Package Control's package list:

https://packagecontrol.io/search/foodcritic

pelletiermaxime commented 9 years ago

I never took the time to send it to the sublimelinter ML for review. The big problem with it is that it runs for all 'ruby' syntax files. I have to think of a way to detect we are in a chef cookbook, so we don't run foodcritic on all ruby files.

mconigliaro commented 9 years ago

Ah, I see. One approach might be to check for the existence of a metadata.rb file in a parent directory?

pelletiermaxime commented 9 years ago

Sure, if there's a metadata.rb in the current or the parent directory should be good enough. I'll look into how to do such a check in sublimelinter. Feel free to send a PR if you figure it out before me.

njsnx commented 8 years ago

Is there any updates on this?

pelletiermaxime commented 8 years ago

Waiting on SublimeLinter/SublimeLinter3#341 to see if the other plugin makes it or not.