Skip to content

purcell/rubocop-emacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Synopsis

A simple Emacs interface for RuboCop.

Installation

Please, note that the current version of RuboCop.el requires RuboCop 0.9.0 or later.

Manual

Just drop rubocop.el and dash.el. somewhere in your load-path. I favour the folder ~/.emacs.d/vendor:

(add-to-list 'load-path "~/emacs.d/vendor")
(require 'rubocop)

Marmalade

If you're an Emacs 24 user or you have a recent version of package.el you can install rubocop.el from the Marmalade repository.

MELPA

If you're an Emacs 24 user or you have a recent version of package.el you can install rubocop.el from the MELPA repository.

Emacs Prelude

rubocop.el is naturally part of the Emacs Prelude. If you're a Prelude user - rubocop.el is already properly configured and ready for action.

Usage

M-x rubocop-run-on-project

M-x rubocop-run-on-directory

M-x rubocop-run-on-current-file

Known issues

Check out the project's issue list a list of unresolved issues. By the way - feel free to fix any of them and send me a pull request. :-)

Contributors

Here's a list of all the people who have contributed to the development of rubocop.el.

Bugs & Improvements

Bug reports and suggestions for improvements are always welcome. GitHub pull requests are even better! :-)

Cheers,
Bozhidar

About

An Emacs interface for RuboCop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%