Skip to content

Commit 6d309e3

Browse files
committed
Add README
1 parent 095eaf5 commit 6d309e3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@ If another method than the constructor contains type hints for imported namespac
5454
## @todo: Scan for `@since`
5555
Scan class dependencies for `@since` and double-check if this minimum version matches with the composer requirements.
5656

57+
## File `.yireo-extension-checker.json`
58+
Sometimes a scan shows that dependencies are not needed, even though you disagree. To override this, you can add a file
59+
`.yireo-extension-checker.json` to your module folder with a content like the following:
60+
61+
```json
62+
{
63+
"ignore": [
64+
"Yireo_Example",
65+
"yireo/magento2-example"
66+
]
67+
}
68+
```
69+
70+
5771
## Tip: Check multiple modules
5872
You can quickly check upon multiple modules with a command like this:
5973

0 commit comments

Comments
 (0)