File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ TODO: Delete this and the text above, and describe your gem
71
71
4. Run the baseline and commit the result to the repo
72
72
73
73
```
74
- ./codeclimate_diff --baseline
74
+ ./bin/ codeclimate_diff --baseline
75
75
```
76
76
77
77
## Usage
@@ -84,17 +84,17 @@ TODO: Delete this and the text above, and describe your gem
84
84
85
85
```
86
86
# runs on all code files changed in your branch
87
- ./codeclimate_diff
87
+ ./bin/ codeclimate_diff
88
88
89
89
OR
90
90
91
91
# filters the changed files in your branch futher
92
- ./codeclimate_diff --pattern places
92
+ ./bin/ codeclimate_diff --pattern places
93
93
94
94
OR
95
95
96
96
# only shows the new and fixed issues
97
- ./codeclimate_diff --new-only
97
+ ./bin/ codeclimate_diff --new-only
98
98
```
99
99
4. Now you have time to fix the issues yay!
100
100
You can’t perform that action at this time.
0 commit comments