1
0
mirror of https://github.com/mgechev/revive.git synced 2025-03-17 20:57:58 +02:00

docs(README): add missing links and fix a broken one (#758)

This commit is contained in:
Tom 2022-10-12 08:32:14 +04:00 committed by GitHub
parent b4201ff650
commit 5cc9e27ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,8 +66,10 @@ Here's how `revive` is different from `golint`:
- [revive](#revive)
- [Installation](#installation)
- [Usage](#usage)
- [Docker](#docker)
- [Bazel](#bazel)
- [Text Editors](#text-editors)
- [GitHub Actions](#github-actions)
- [Continuous Integration](#continuous-integration)
- [Linter Aggregators](#linter-aggregators)
- [golangci-lint](#golangci-lint)
@ -89,7 +91,7 @@ Here's how `revive` is different from `golint`:
- [Unix](#unix)
- [SARIF](#sarif)
- [Extensibility](#extensibility)
- [Custom Rule](#custom-rule)
- [Custom Rule](#writing-a-custom-rule)
- [Example](#example)
- [Custom Formatter](#custom-formatter)
- [Speed Comparison](#speed-comparison)