File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,20 @@ If another method than the constructor contains type hints for imported namespac
5454## @todo : Scan for ` @since `
5555Scan 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
5872You can quickly check upon multiple modules with a command like this:
5973
You can’t perform that action at this time.
0 commit comments