Skip to content

Commit 942d39f

Browse files
docs: more docs
1 parent 8741089 commit 942d39f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# CodeclimateDiff
22

3-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/codeclimate_diff`. To experiment with that code, run `bin/console` for an interactive prompt.
3+
This tool lets you see how your branch is affecting the code quality (what issues you've added, fixed, and what issues are outstanding in the files you've touched.)
4+
5+
It covers 3 kinds of code quality metrics (code smells, cyclomatic complexity, and similar code).
6+
7+
NOTE: similar code will only work correctly if you run a diff on all the files in your branch.
48

5-
TODO: Delete this and the text above, and describe your gem
69

710
## Installation
811

0 commit comments

Comments
 (0)