diff --git a/README.md b/README.md index 5962e3d..142feac 100644 --- a/README.md +++ b/README.md @@ -126,10 +126,12 @@ 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 | ✅ | ❌ | | Pretty output with code excerpt | ✅ | ❌ | | Output to file | ✅ | ❌ | +| Configure via env variables | ✅ | ❌ | | Multithreaded | ✅ | ❌ | | No pre-requisites (npm) | ✅ | ❌ |