1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-30 23:37:49 +02:00

docs: fix displaying rules table on revive.run (#1349)

This commit is contained in:
Oleksandr Redko
2025-05-15 22:21:36 +03:00
committed by GitHub
parent f6cc22de4d
commit da3ba31922

View File

@@ -478,6 +478,7 @@ You can use the following exclude patterns
## Available Rules
List of all available rules. The rules ported from `golint` are left unchanged and indicated in the `golint` column.
| Name | Config | Description | `golint` | Typed |
| --------------------- | :----: | :--------------------------------------------------------------- | :------: | :---: |
| [`add-constant`](./RULES_DESCRIPTIONS.md#add-constant) | map | Suggests using constant for magic numbers and string literals | no | no |