File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed 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
120
120
$ bundle binstubs codeclimate_diff
121
121
122
122
123
- 6. Run the baseline and commit the result to the repo
123
+ Add codeclimate_diff_baseline.json to .gitignore
124
124
125
- ```
126
- ./bin/codeclimate_diff --baseline
127
- ```
128
125
129
126
# # Usage
130
127
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
132
129
133
130
2. Do some work
134
131
@@ -137,7 +134,7 @@ It runs the https://hub.docker.com/r/codeclimate/codeclimate docker image under
137
134
` ` ` bash
138
135
# runs on each file changed in your branch (about 10 secs per code file changed on your branch)
139
136
./bin/codeclimate_diff
140
-
137
+ # baseline is now generated on first run, to generate new baseline, delete the existing.
141
138
OR
142
139
143
140
# filters the changed files in your branch futher by a grep pattern
You can’t perform that action at this time.
0 commit comments