EmptyCatchBlock was added to list of all Checks

This commit is contained in:
Roman Ivanov 2015-02-25 22:25:38 -08:00
parent 3d2307869c
commit f5f6b50a56
1 changed files with 4 additions and 0 deletions

View File

@ -146,6 +146,10 @@
<td><a href="config_blocks.html#EmptyBlock">EmptyBlock</a></td>
<td>Checks for empty blocks.</td>
</tr>
<tr>
<td><a href="config_blocks.html#EmptyCatchBlock">EmptyCatchBlock</a></td>
<td>Checks for empty catch blocks with few options to skip violation.</td>
</tr>
<tr>
<td><a href="config_whitespace.html#EmptyForInitializerPad">EmptyForInitializerPad</a></td>
<td>Checks the padding of an empty for initializer; that is whether a