Skip to content

Commit

Permalink
Add comments for ELPA packaging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Sep 15, 2011
1 parent 99fe122 commit 0de1efa
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions flymake-ruby.el
@@ -1,11 +1,13 @@
;;; A flymake handler for ruby-mode files ;;; flymake-ruby.el --- A flymake handler for ruby-mode files
;;
;;; Author: Steve Purcell <steve@sanityinc.com>
;;; URL: https://github.com/purcell/flymake-ruby
;;; Version: 0.1
;;; ;;;
;;; Author: Steve Purcell <steve at sanityinc dot com> ;;; Commentary
;;; Homepage: https://github.com/purcell/flymake-ruby ;; Usage:
;;; ;; (require 'flymake-ruby)
;;; Usage: ;; (add-hook 'ruby-mode-hook 'flymake-ruby-load)
;;; (require 'flymake-ruby)
;;; (add-hook 'ruby-mode-hook 'flymake-ruby-load)




(defvar flymake-ruby-err-line-patterns '(("^\\(.*\\):\\([0-9]+\\): \\(.*\\)$" 1 2 nil 3))) (defvar flymake-ruby-err-line-patterns '(("^\\(.*\\):\\([0-9]+\\): \\(.*\\)$" 1 2 nil 3)))
Expand All @@ -30,3 +32,4 @@




(provide 'flymake-ruby) (provide 'flymake-ruby)
;;; flymake-ruby.el ends here

0 comments on commit 0de1efa

Please sign in to comment.