diff --git a/docs/rules/no-deprecated-context-methods.md b/docs/rules/no-deprecated-context-methods.md index 537bd745..fe64b210 100644 --- a/docs/rules/no-deprecated-context-methods.md +++ b/docs/rules/no-deprecated-context-methods.md @@ -1,5 +1,7 @@ # Disallows usage of deprecated methods on rule context objects (no-deprecated-context-methods) +(fixable) The `--fix` option on the [command line](../user-guide/command-line-interface#fix) automatically fixes problems reported by this rule. + This rule disallows the use of deprecated methods on rule `context` objects. The deprecated methods are: