Skip to content

Commit

Permalink
Improve the README
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Oct 16, 2019
1 parent 178d2f7 commit 98b907b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![CircleCI](https://circleci.com/gh/rubocop-hq/rubocop-minitest.svg?style=svg)](https://circleci.com/gh/rubocop-hq/rubocop-minitest)

A [RuboCop](https://github.com/rubocop-hq/rubocop) extension focused on enforcing Minitest best practices and coding conventions.
The library is based on the guidelines outlined in the community [Minitest Style Guide](https://minitest.rubystyle.guide).

## Installation

Expand Down Expand Up @@ -61,7 +62,7 @@ end

All cops are located under
[`lib/rubocop/cop/minitest`](lib/rubocop/cop/minitest), and contain
examples/documentation.
examples/documentation. The documentation is published [here](https://docs.rubocop.org/projects/minitest).

In your `.rubocop.yml`, you may treat the Minitest cops just like any other
cop. For example:
Expand Down

0 comments on commit 98b907b

Please sign in to comment.