From 1b24ba670204e33952f6f51c8aeb1d0e252d52e2 Mon Sep 17 00:00:00 2001 From: fazalpsinfo-cmyk Date: Sat, 18 Jul 2026 23:35:26 +0530 Subject: [PATCH] docs: document E252 error code --- docs/intro.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/intro.rst b/docs/intro.rst index a7187a27..85fde71a 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -295,6 +295,8 @@ This is the current list of error and warning codes: +------------+----------------------------------------------------------------------+ | E251 | unexpected spaces around keyword / parameter equals | +------------+----------------------------------------------------------------------+ +| E252 | missing whitespace around parameter equals | ++------------+----------------------------------------------------------------------+ +------------+----------------------------------------------------------------------+ | E261 | at least two spaces before inline comment | +------------+----------------------------------------------------------------------+