Merge pull request #682 from bbatsov/rubocop

Add a recipe for rubocop.el
This commit is contained in:
Steve Purcell 2013-04-14 10:11:45 -07:00
commit 7058c622db

3
recipes/rubocop Normal file
View file

@ -0,0 +1,3 @@
(rubocop :repo "bbatsov/rubocop-emacs"
:fetcher github
:files ("rubocop.el"))