We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614c645 commit 8479b37Copy full SHA for 8479b37
DEVELOPERS.md
@@ -22,3 +22,15 @@ sudo chown -R $(id -u):$(id -g) config
22
23
You should add any new cops without docs that fail specs to
24
`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