Skip to content

Commit 42c80af

Browse files
committed
chore: update readme
1 parent 47823f0 commit 42c80af

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,12 @@ It runs the https://hub.docker.com/r/codeclimate/codeclimate docker image under
120120
$ bundle binstubs codeclimate_diff
121121

122122

123-
6. Run the baseline and commit the result to the repo
123+
Add codeclimate_diff_baseline.json to .gitignore
124124

125-
```
126-
./bin/codeclimate_diff --baseline
127-
```
128125

129126
## Usage
130127

131-
1. Create a feature branch for your work, and reset the baseline + commit (5 mins)
128+
1. Create a feature branch for your work
132129

133130
2. Do some work
134131

@@ -137,7 +134,7 @@ It runs the https://hub.docker.com/r/codeclimate/codeclimate docker image under
137134
```bash
138135
# runs on each file changed in your branch (about 10 secs per code file changed on your branch)
139136
./bin/codeclimate_diff
140-
137+
# baseline is now generated on first run, to generate new baseline, delete the existing.
141138
OR
142139
143140
# filters the changed files in your branch futher by a grep pattern

0 commit comments

Comments
 (0)