Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Jan 4, 2021
1 parent 9b5e014 commit c4de6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/inspections.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit c4de6de

Please sign in to comment.