1
0
mirror of https://github.com/mgechev/revive.git synced 2025-03-29 21:47:12 +02:00

docs: add description for empty-lines

This commit is contained in:
mgechev 2018-10-11 14:54:27 -07:00
parent 0c79a9c405
commit 892cedd764
No known key found for this signature in database
GPG Key ID: A98CD29F2650FAD2

View File

@ -271,6 +271,7 @@ List of all available rules. The rules ported from `golint` are left unchanged a
| `redefines-builtin-id`| n/a | Warns on redefinitions of builtin identifiers | no | no |
| `function-result-limit` | int | Specifies the maximum number of results a function can return | no | no |
| `imports-blacklist` | []string | Disallows importing the specified packages | no | no |
| `empty-lines` | n/a | Warns when there are heading or trailing newlines in a block | no | no |
## Configurable rules