-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This template should contain all required information we want on a cop PR.
- Loading branch information
1 parent
7b7e07b
commit 62d1bda
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
**Replace this text with a summary of the changes in your PR. | ||
The more detailed you are, the better.** | ||
|
||
----------------- | ||
Severity: | ||
[ ] - info | ||
[ ] - refactor | ||
[X] - convention (default) | ||
[ ] - warning | ||
[ ] - error | ||
[ ] - fatal | ||
----------------- | ||
|
||
**Wrong Code** | ||
|
||
```rb | ||
# Replace with an example of offending code for the cop. You can have multiple examples also. | ||
``` | ||
|
||
**Correct Code** | ||
|
||
```rb | ||
# Replace with the expected correct code if the cop has an autocorrect. Else remove this part. | ||
``` | ||
|
||
----------------- | ||
|
||
**Solidus PR Link:** # Replace with link to Solidus PR where the change has been made. | ||
|
||
----------------- | ||
|
||
**Before submitting the PR make sure the following are checked:** | ||
|
||
* [ ] The PR relates to *only* one cop with a clear title and description. | ||
* [ ] Feature branch is up-to-date with `master` (if not - rebase it). | ||
* [ ] Squashed related commits together. | ||
* [ ] Added tests. | ||
* [ ] Ran and ensured all tests are passing on a development environment. | ||
* [ ] If this is a new cop, added an entry for the cop on `/config/default.yml` |