From 363a059f18147ef4668115d1b663e9073433c4cf Mon Sep 17 00:00:00 2001 From: imdhemy Date: Sat, 20 Jul 2024 12:09:01 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/README.md b/docs/README.md index 04a5ede..bf62f46 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,3 +25,13 @@ Then you can run MareScan using the following command: ```bash vendor/bin/mare scan ``` + +## Available Inspectors + +## Code Style + +- Empty Function Usage `EmptyFunctionUsageInspector` + +## Type Compatibility + +- Missing Strict Types declaration `MissingStrictTypesDeclarationInspector`