README.md in rubocop-rspec-0.18.1 vs README.md in rubocop-rspec-1.0.rc1
- old
+ new
@@ -27,9 +27,28 @@
task.requires << 'rubocop-rspec'
end
```
+The Cops
+--------
+
+**WARNING: Cop names are under flux and will likely change in the near future.**
+We're hoping to [introduce namespaces](bbatsov/rubocop#1097) into the mix.
+
+All cops are located under [`lib/rubocop/cop`](lib/rubocop/cop), and contain
+examples/documentation.
+
+In your `.rubocop.yml`, you may treat the RSpec cops just like any other cop.
+For example:
+
+```yaml
+RSpecFileName:
+ Exclude:
+ - spec/my_poorly_named_spec_file.rb
+```
+
+
License
-------
`rubocop-rspec` is MIT licensed. [See the accompanying file](MIT-LICENSE.md) for
the full text.