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
This commit is contained in:
Mathew Odden 2014-06-18 17:31:39 -05:00
parent 2e40f65b2e
commit 2dd066e13e

View File

@ -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 {$``