README.md in rubocop-minitest-0.3.0 vs README.md in rubocop-minitest-0.4.0
- old
+ new
@@ -2,10 +2,11 @@
[![Gem Version](https://badge.fury.io/rb/rubocop-minitest.svg)](https://badge.fury.io/rb/rubocop-minitest)
[![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
Just install the `rubocop-minitest` gem
@@ -59,10 +60,10 @@
## The Cops
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:
```yaml