From ca24398638a1f1034118d552acf97a4f6ddb864b Mon Sep 17 00:00:00 2001 From: mgechev Date: Sat, 7 Jul 2018 15:15:12 -0700 Subject: [PATCH] Update README.md --- README.md | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 96d8572..7a9a0c1 100644 --- a/README.md +++ b/README.md @@ -30,29 +30,29 @@ Here's how `revive` is different from `golint`: - [revive](#revive) - - [Usage](#usage) - - [Text Editors](#text-editors) - - [Installation](#installation) - - [Command Line Flags](#command-line-flags) - - [Sample Invocations](#sample-invocations) - - [Comment Annotations](#comment-annotations) - - [Configuration](#configuration) - - [Default Configuration](#default-configuration) - - [Recommended Configuration](#recommended-configuration) - - [Available Rules](#available-rules) - - [Available Formatters](#available-formatters) - - [Friendly](#friendly) - - [Stylish](#stylish) - - [Default](#default) - - [Extensibility](#extensibility) - - [Custom Rule](#custom-rule) - - [Example](#example) - - [Custom Formatter](#custom-formatter) - - [Speed Comparison](#speed-comparison) - - [golint](#golint) - - [revive](#revive-1) - - [Contributors](#contributors) - - [License](#license) + - [Usage](#usage) + - [Text Editors](#text-editors) + - [Installation](#installation) + - [Command Line Flags](#command-line-flags) + - [Sample Invocations](#sample-invocations) + - [Comment Annotations](#comment-annotations) + - [Configuration](#configuration) + - [Default Configuration](#default-configuration) + - [Recommended Configuration](#recommended-configuration) + - [Available Rules](#available-rules) + - [Available Formatters](#available-formatters) + - [Friendly](#friendly) + - [Stylish](#stylish) + - [Default](#default) + - [Extensibility](#extensibility) + - [Custom Rule](#custom-rule) + - [Example](#example) + - [Custom Formatter](#custom-formatter) + - [Speed Comparison](#speed-comparison) + - [golint](#golint) + - [revive](#revive-1) + - [Contributors](#contributors) + - [License](#license) @@ -211,7 +211,7 @@ List of all available rules. The rules ported from `golint` are left unchanged a | `empty-block` | n/a | Warns on empty code blocks | no | no | | `superfluous-else` | n/a | Prevents redundant else statements (extends `indent-error-flow`) | no | no | | `confusing-naming` | n/a | Warns on methods with names that differ only by capitalization | no | no | -| `get-return ` | n/a | Warns on getters that do not yield any result | no | no | +| `get-return` | n/a | Warns on getters that do not yield any result | no | no | | `modifies-param` | n/a | Warns on assignments to function parameters | no | no | | `confusing-results` | n/a | Suggests to name potentially confusing function results | no | no | | `deep-exit` | n/a | Looks for program exits in funcs other than `main()` or `init()` | no | no | @@ -323,9 +323,9 @@ Currently, type checking is enabled by default. If you want to run the linter wi ## Contributors -[mgechev](https://github.com/mgechev) |[chavacava](https://github.com/chavacava) |[tamird](https://github.com/tamird) |[paul-at-start](https://github.com/paul-at-start) |[vkrol](https://github.com/vkrol) | -:---: |:---: |:---: |:---: |:---: | -[mgechev](https://github.com/mgechev) |[chavacava](https://github.com/chavacava) |[tamird](https://github.com/tamird) |[paul-at-start](https://github.com/paul-at-start) |[vkrol](https://github.com/vkrol) | +| [mgechev](https://github.com/mgechev) | [chavacava](https://github.com/chavacava) | [tamird](https://github.com/tamird) | [paul-at-start](https://github.com/paul-at-start) | [vkrol](https://github.com/vkrol) | +| :---------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | +| [mgechev](https://github.com/mgechev) | [chavacava](https://github.com/chavacava) | [tamird](https://github.com/tamird) | [paul-at-start](https://github.com/paul-at-start) | [vkrol](https://github.com/vkrol) | ## License