From 69475fe03c05998f6611be47ce24bbc810bf8cdf Mon Sep 17 00:00:00 2001 From: beeb <703631+beeb@users.noreply.github.com> Date: Thu, 20 Feb 2025 08:02:41 +0100 Subject: [PATCH 1/2] docs: update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5962e3d..c824e2d 100644 --- a/README.md +++ b/README.md @@ -131,5 +131,6 @@ Summary | JSON output | ✅ | ❌ | | Pretty output with code excerpt | ✅ | ❌ | | Output to file | ✅ | ❌ | +| Configure via env variables | ✅ | ❌ | | Multithreaded | ✅ | ❌ | | No pre-requisites (npm) | ✅ | ❌ | From 9a63d646f61611388fb40e3dac87b743b747fefe Mon Sep 17 00:00:00 2001 From: beeb <703631+beeb@users.noreply.github.com> Date: Thu, 20 Feb 2025 08:03:25 +0100 Subject: [PATCH 2/2] docs: update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c824e2d..142feac 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ Summary | Exclude files/folders | ✅ | ✅ | | Enforce usage of `@inheritdoc` | ✅ | ✅ | | Enforce NatSpec on constructors | ✅ | ✅ | +| Configure via config file | ✅ | ✅ | | Enforce NatSpec on enums | ✅ | ❌ | | Respects gitignore files | ✅ | ❌ | | JSON output | ✅ | ❌ |