Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manelli/rubocop-markdown_formatter
A RuboCop formatter that spits Markdown
https://github.com/manelli/rubocop-markdown_formatter
Last synced: 7 days ago
JSON representation
A RuboCop formatter that spits Markdown
- Host: GitHub
- URL: https://github.com/manelli/rubocop-markdown_formatter
- Owner: manelli
- License: mit
- Created: 2015-08-13T03:16:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T03:20:41.000Z (over 9 years ago)
- Last Synced: 2024-04-17T00:03:37.457Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RuboCop Markdown Formatter (WIP)
A formatter for [RuboCop](https://github.com/bbatsov/rubocop) that spits [Markdown](http://commonmark.org/).
It requires RuboCop version 0.23.0 or above.## Installation
Add this line to your application's Gemfile:
gem 'rubocop-markdown_formatter'
And then execute:
bundle
Or install it yourself as:
gem install rubocop-markdown_formatter
## Usage
rubocop --require rubocop/formatter/markdown_formatter --format RuboCop::Formatter::MarkdownFormatter