Sha256: 088ef3b0e4503800582eb9d5c2327c552c4527f2e7b0c99ed5562235306c9891

Contents?: true

Size: 757 Bytes

Versions: 2

Compression:

Stored size: 757 Bytes

Contents

# Rubocop Mardkdown

Run Rubocop against your Markdown files to make sure that code examples follow style guidelines.


## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rubocop-md'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rubocop-md

## Usage

TBD

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests.

To install this gem onto your local machine, run `bundle exec rake install`.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/palkan/rubocop-md.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubocop-md-0.1.0.pre README.md
rubocop-md-0.0.1 README.md