diff --git a/README.md b/README.md index 5d5fb61..fdc7aad 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,8 @@ linters: | [FinalNewline](#finalnewline) | Yes | warns about missing newline at the end of a ERB template | | [NoJavascriptTagHelper](#nojavascripttaghelper) | Yes | prevents the usage of Rails' `javascript_tag` | | ParserErrors | Yes | | +| [InstanceVariable](#instancevariable) | No | detects instance variables | +| PartialInstanceVariable | No | detects instance variables in partials (deprecated in favor of [InstanceVariable](#instancevariable))| | [RequireInputAutocomplete](#requireinputautocomplete) | Yes | warns about missing autocomplete attributes in input tags | | [RightTrim](#righttrim) | Yes | enforces trimming at the right of an ERB tag | | [SelfClosingTag](#selfclosingtag) | Yes | enforces self closing tag styles for void elements | @@ -504,6 +506,74 @@ Linter-Specific Option | Description `allow_blank` | True or false, depending on whether or not the `type` attribute may be omitted entirely from a `