From 2dd066e13eac06e403a073ef99331a6046dc71fe Mon Sep 17 00:00:00 2001 From: Mathew Odden Date: Wed, 18 Jun 2014 17:31:39 -0500 Subject: [PATCH] Document E020 in README This check was mysteriously missing from the README list. We should probably doc it to let people know up front. Change-Id: Iec6329b24c4aa88b97cf17e51b0b91ca2b2f58fa --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index cc05947..e81cef6 100644 --- a/README.rst +++ b/README.rst @@ -37,3 +37,4 @@ unrolling that is kind of "interesting" - E010: *do* not on the same line as *for* - E011: *then* not on the same line as *if* - E012: heredoc didn't end before EOF +- E020: Function declaration not in format ``^function name {$``