File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Overview
1
+ ## Overview
2
2
3
3
` revgrep ` is a CLI tool used to filter static analysis tools to only lines changed based on a commit reference.
4
4
5
- # Install
5
+ ## Install
6
6
7
7
``` bash
8
8
go install github.com/golangci/revgrep/cmd/revgrep@latest
9
9
```
10
10
11
- # Usage
11
+ ## Usage
12
12
13
13
In the scenario below, a change was made causing a warning in ` go vet ` on line 5, but ` go vet ` will show all warnings.
14
14
Using ` revgrep ` , you can show only warnings for lines of code that have been changed (in this case, hiding line 6).
@@ -42,7 +42,7 @@ from-rev filters issues to lines changed since (and including) this revision
42
42
Regexp to match path, line number, optional column number, and message
43
43
```
44
44
45
- # Other Examples
45
+ ## Other Examples
46
46
47
47
Issues between branches:
48
48
``` bash
You can’t perform that action at this time.
0 commit comments