Skip to content

Commit 69a6d96

Browse files
committed
docs touch-up
1 parent 5349292 commit 69a6d96

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

DEVELOPERS.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,3 @@ 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-
```sh
30-
rm .rubocop.yml
31-
codeclimate init --upgrade
32-
codeclimate analyze -e standard
33-
```
34-
35-
If configuration was changed in the release, this might not succeed, and the
36-
default configuration will need to be updated.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 Code Climate, Inc.
1+
Copyright (c) 2020 Jacob Frautschi <[email protected]>
22

33
Portions copyright (c) 2014 thoughtbot, inc.
44
Portions copyright (c) 2012-14 Bozhidar Batsov

0 commit comments

Comments
 (0)