Skip to content

Commit 8479b37

Browse files
committed
Add note about QA-ing rubocop upgrades
1 parent 614c645 commit 8479b37

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

DEVELOPERS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,15 @@ sudo chown -R $(id -u):$(id -g) config
2222

2323
You should add any new cops without docs that fail specs to
2424
`spec/support/currently_undocumented_cops.txt`.
25+
26+
When doing QA, it's good to confirm the engine will run successfully when using
27+
the default inferred configuration:
28+
29+
```
30+
rm .rubocop.yml
31+
codeclimate init --upgrade
32+
codeclimate analyze -e rubocop
33+
```
34+
35+
If configuration was changed in the release, this might not succeed, and the
36+
default configuration will need to be updated.

0 commit comments

Comments
 (0)