Skip to content

Commit

Permalink
docs: fix headings
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jan 18, 2025
1 parent d37cb28 commit bf0d1a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Overview
## Overview

`revgrep` is a CLI tool used to filter static analysis tools to only lines changed based on a commit reference.

# Install
## Install

```bash
go install github.com/golangci/revgrep/cmd/revgrep@latest
```

# Usage
## Usage

In the scenario below, a change was made causing a warning in `go vet` on line 5, but `go vet` will show all warnings.
Using `revgrep`, you can show only warnings for lines of code that have been changed (in this case, hiding line 6).
Expand Down Expand Up @@ -42,7 +42,7 @@ from-rev filters issues to lines changed since (and including) this revision
Regexp to match path, line number, optional column number, and message
```

# Other Examples
## Other Examples

Issues between branches:
```bash
Expand Down

0 comments on commit bf0d1a5

Please sign in to comment.