EmptyCatchBlock was added to list of all Checks
This commit is contained in:
parent
3d2307869c
commit
f5f6b50a56
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue