File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1331302. 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
You can’t perform that action at this time.
0 commit comments