You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change step with new_cop command for rubocop-rspec_rails
before:
```
Do 4 steps:
1. Modify the description of RSpecRails/CopName in config/default.yml
2. Implement your new cop in the generated file!
3. Commit your new cop with a message such as
e.g. "Add new `RSpecRails/CopName` cop"
4. Run `bundle exec rake changelog:new` to generate a changelog entry
```
after:
```
Do 4 steps:
1. Modify the description of RSpecRails/CopName in config/default.yml
2. Implement your new cop in the generated file!
3. Commit your new cop with a message such as
e.g. "Add new `RSpecRails/CopName` cop"
4. Add an entry about new cop to CHANGELOG.md
```
0 commit comments