Skip to content

Commit

Permalink
Merge pull request #721 from rubocop-hq/add-metadata
Browse files Browse the repository at this point in the history
Add cop metadata
  • Loading branch information
pirj committed Jun 10, 2020
2 parents 8eb550e + 3574888 commit 72f5b65
Show file tree
Hide file tree
Showing 7 changed files with 393 additions and 295 deletions.
7 changes: 6 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -8,11 +8,16 @@ Before submitting the PR make sure the following are checked:
* [ ] Squashed related commits together.
* [ ] Added tests.
* [ ] Updated documentation.
* [ ] Added an entry to the [changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) if the new code introduces user-observable changes.
* [ ] Added an entry to the `CHANGELOG.md` if the new code introduces user-observable changes.
* [ ] The build (`bundle exec rake`) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit).

If you have created a new cop:

* [ ] Added the new cop to `config/default.yml`.
* [ ] The cop documents examples of good and bad code.
* [ ] The tests assert both that bad code is reported and that good code is not reported.
* [ ] Set `VersionAdded` in `default/config.yml` to the next minor version.

If you have modified an existing cop's configuration options:

* [ ] Set `VersionChanged` in `default/config.yml` to the next major version.

0 comments on commit 72f5b65

Please sign in to comment.