From c4de6de0b5f40d8ca08ddd7c5b58f3d873b7ae2c Mon Sep 17 00:00:00 2001 From: Franco Leonardo Bulgarelli Date: Mon, 4 Jan 2021 02:25:33 -0300 Subject: [PATCH] Add docs --- docs/inspections.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/inspections.md b/docs/inspections.md index d6272a85b..2e521eba7 100644 --- a/docs/inspections.md +++ b/docs/inspections.md @@ -28,6 +28,7 @@ The power of Mulang is grounded on more than 120 different kind of inspections | `DoesTypeTest` | | `HasAssignmentCondition` | is the code evaluating the result of an assignment where a boolean condition is expected? | `HasAssignmentReturn` | is the code returning the result of an assignment? +| `HasBrokenReturn` | does the given function return a value only in some but not all scenarios | `HasCodeDuplication` | has the given code simple literal code duplication? | `HasDeclarationTypos` | is an identifier *not* declared but a very similar one declared instead? | `HasEmptyIfBranches` | has the given code an empty `if` branch?