From 2b0eb16b600f4bf54c258be1e531bd5f4acea2d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E5=AE=9A=E8=B0=94=E7=9A=84=E7=8C=AB?= Date: Sun, 10 Sep 2017 13:31:46 +0800 Subject: [PATCH] Docs: add no-deprecated-context-methods fixable. --- docs/rules/no-deprecated-context-methods.md | 2 ++ 1 file changed, 2 insertions(+) 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: