|
1 | 1 | includes:
|
2 | 2 | - ../vendor/macopedia/phpstan-magento1/extension.neon
|
| 3 | + - phpstan-baseline.neon |
3 | 4 | parameters:
|
4 | 5 | magentoRootPath: %currentWorkingDirectory%
|
5 | 6 | paths:
|
6 | 7 | #lets start small with just few modules
|
7 |
| - - %currentWorkingDirectory%/app/code/core/Mage/Admin |
8 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Adminhtml |
9 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/AdminNotification |
10 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Api |
11 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Api2 |
12 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Authorizenet |
13 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Backup |
14 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Bundle |
15 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Captcha |
16 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Catalog |
17 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/CatalogIndex |
18 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/CatalogInventory |
19 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/CatalogRule |
20 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/CatalogSearch |
21 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Centinel |
22 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Checkout |
23 |
| - - %currentWorkingDirectory%/app/code/core/Mage/Cms |
24 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/ConfigurableSwatches |
25 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Contacts |
26 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Core |
27 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Cron |
28 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/CurrencySymbol |
29 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Customer |
30 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Dataflow |
31 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Directory |
32 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Downloadable |
33 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Eav |
34 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/GiftMessage |
35 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/GoogleAnalytics |
36 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/GoogleCheckout |
37 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/ImportExport |
38 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Index |
39 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Install |
40 |
| - - %currentWorkingDirectory%/app/code/core/Mage/Log |
41 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Media |
42 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Newsletter |
43 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Oauth |
44 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Page |
45 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/PageCache |
46 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Paygate |
47 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Payment |
48 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Paypal |
49 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/PaypalUk |
50 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Persistent |
51 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Poll |
52 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/ProductAlert |
53 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Rating |
54 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Reports |
55 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Review |
56 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Rss |
57 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Rule |
58 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Sales |
59 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/SalesRule |
60 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Sendfriend |
61 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Shipping |
62 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Sitemap |
63 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Tag |
64 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Tax |
65 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Uploader |
66 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Usa |
67 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Weee |
68 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Widget |
69 |
| -# - %currentWorkingDirectory%/app/code/core/Mage/Wishlist |
| 8 | + - %currentWorkingDirectory%/app/code/core/Mage/Admin |
| 9 | + - %currentWorkingDirectory%/app/code/core/Mage/Adminhtml |
| 10 | + - %currentWorkingDirectory%/app/code/core/Mage/AdminNotification |
| 11 | + - %currentWorkingDirectory%/app/code/core/Mage/Api |
| 12 | + - %currentWorkingDirectory%/app/code/core/Mage/Api2 |
| 13 | + - %currentWorkingDirectory%/app/code/core/Mage/Authorizenet |
| 14 | + - %currentWorkingDirectory%/app/code/core/Mage/Backup |
| 15 | + - %currentWorkingDirectory%/app/code/core/Mage/Bundle |
| 16 | + - %currentWorkingDirectory%/app/code/core/Mage/Captcha |
| 17 | + - %currentWorkingDirectory%/app/code/core/Mage/Catalog |
| 18 | + - %currentWorkingDirectory%/app/code/core/Mage/CatalogIndex |
| 19 | + - %currentWorkingDirectory%/app/code/core/Mage/CatalogInventory |
| 20 | + - %currentWorkingDirectory%/app/code/core/Mage/CatalogRule |
| 21 | + - %currentWorkingDirectory%/app/code/core/Mage/CatalogSearch |
| 22 | +# - %currentWorkingDirectory%/app/code/core/Mage/Centinel |
| 23 | + - %currentWorkingDirectory%/app/code/core/Mage/Checkout |
| 24 | + - %currentWorkingDirectory%/app/code/core/Mage/Cms |
| 25 | + - %currentWorkingDirectory%/app/code/core/Mage/ConfigurableSwatches |
| 26 | + - %currentWorkingDirectory%/app/code/core/Mage/Contacts |
| 27 | + - %currentWorkingDirectory%/app/code/core/Mage/Core |
| 28 | + - %currentWorkingDirectory%/app/code/core/Mage/Cron |
| 29 | + - %currentWorkingDirectory%/app/code/core/Mage/CurrencySymbol |
| 30 | + - %currentWorkingDirectory%/app/code/core/Mage/Customer |
| 31 | + - %currentWorkingDirectory%/app/code/core/Mage/Dataflow |
| 32 | + - %currentWorkingDirectory%/app/code/core/Mage/Directory |
| 33 | + - %currentWorkingDirectory%/app/code/core/Mage/Downloadable |
| 34 | + - %currentWorkingDirectory%/app/code/core/Mage/Eav |
| 35 | + - %currentWorkingDirectory%/app/code/core/Mage/GiftMessage |
| 36 | + - %currentWorkingDirectory%/app/code/core/Mage/GoogleAnalytics |
| 37 | + - %currentWorkingDirectory%/app/code/core/Mage/GoogleCheckout |
| 38 | + - %currentWorkingDirectory%/app/code/core/Mage/ImportExport |
| 39 | + - %currentWorkingDirectory%/app/code/core/Mage/Index |
| 40 | + - %currentWorkingDirectory%/app/code/core/Mage/Install |
| 41 | + - %currentWorkingDirectory%/app/code/core/Mage/Log |
| 42 | + - %currentWorkingDirectory%/app/code/core/Mage/Media |
| 43 | + - %currentWorkingDirectory%/app/code/core/Mage/Newsletter |
| 44 | + - %currentWorkingDirectory%/app/code/core/Mage/Oauth |
| 45 | + - %currentWorkingDirectory%/app/code/core/Mage/Page |
| 46 | + - %currentWorkingDirectory%/app/code/core/Mage/PageCache |
| 47 | + - %currentWorkingDirectory%/app/code/core/Mage/Paygate |
| 48 | + - %currentWorkingDirectory%/app/code/core/Mage/Payment |
| 49 | + - %currentWorkingDirectory%/app/code/core/Mage/Paypal |
| 50 | +# - %currentWorkingDirectory%/app/code/core/Mage/PaypalUk |
| 51 | + - %currentWorkingDirectory%/app/code/core/Mage/Persistent |
| 52 | + - %currentWorkingDirectory%/app/code/core/Mage/Poll |
| 53 | + - %currentWorkingDirectory%/app/code/core/Mage/ProductAlert |
| 54 | + - %currentWorkingDirectory%/app/code/core/Mage/Rating |
| 55 | + - %currentWorkingDirectory%/app/code/core/Mage/Reports |
| 56 | + - %currentWorkingDirectory%/app/code/core/Mage/Review |
| 57 | + - %currentWorkingDirectory%/app/code/core/Mage/Rss |
| 58 | + - %currentWorkingDirectory%/app/code/core/Mage/Rule |
| 59 | + - %currentWorkingDirectory%/app/code/core/Mage/Sales |
| 60 | + - %currentWorkingDirectory%/app/code/core/Mage/SalesRule |
| 61 | + - %currentWorkingDirectory%/app/code/core/Mage/Sendfriend |
| 62 | + - %currentWorkingDirectory%/app/code/core/Mage/Shipping |
| 63 | + - %currentWorkingDirectory%/app/code/core/Mage/Sitemap |
| 64 | + - %currentWorkingDirectory%/app/code/core/Mage/Tag |
| 65 | + - %currentWorkingDirectory%/app/code/core/Mage/Tax |
| 66 | + - %currentWorkingDirectory%/app/code/core/Mage/Uploader |
| 67 | +# - %currentWorkingDirectory%/app/code/core/Mage/Usa |
| 68 | + - %currentWorkingDirectory%/app/code/core/Mage/Widget |
| 69 | +# - %currentWorkingDirectory%/app/code/core/Mage/Weee |
| 70 | + - %currentWorkingDirectory%/app/code/core/Mage/Wishlist |
70 | 71 | excludePaths:
|
71 | 72 | #incompatible interfaces
|
72 | 73 | - */app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php
|
73 | 74 | - */app/code/core/Mage/Admin/Model/Acl/Assert/Time.php
|
| 75 | + - */app/code/core/Mage/Api/Model/Acl/Assert/Ip.php |
| 76 | + - */app/code/core/Mage/Api/Model/Acl/Assert/Time.php |
| 77 | + - */app/code/core/Mage/Adminhtml/Block/Widget/Grid/Block.php |
| 78 | + - */app/code/core/Mage/Core/Model/Mysql4/Design/Theme/Collection.php |
| 79 | + # deprecated _getHelper() |
| 80 | + - */app/code/core/Mage/Adminhtml/Controller/Rss/Abstract.php |
| 81 | + - */app/code/core/Mage/Adminhtml/controllers/Rss/OrderController.php |
| 82 | + - */app/code/core/Mage/Adminhtml/controllers/Rss/CatalogController.php |
| 83 | + |
| 84 | + # contains 1 abstract method and must therefore be declared abstract or implement the remaining methods |
| 85 | + - */app/code/core/Mage/Dataflow/Model/Session/Adapter/Http.php |
| 86 | + - */app/code/core/Mage/Dataflow/Model/Convert/Iterator/Http.php |
| 87 | + - */app/code/core/Mage/Dataflow/Model/Convert/Iterator/File/Csv.php |
| 88 | + |
| 89 | + # Cannot declare class Varien_Date, because the name is already in use |
| 90 | + - */app/code/core/Mage/Catalog/Model/Product/Option/Type/Date.php |
| 91 | + |
| 92 | + # Class phpseclib\Net\SSH2 not found. |
| 93 | + - */Paypal/Model/Report/Settlement.php |
| 94 | + |
| 95 | + # Class backup/db was not found while trying to analyse it |
| 96 | + - */Adminhtml/controllers/System/BackupController.php |
| 97 | + |
| 98 | + # Dataflow/Model/Convert/Iterator.php |
| 99 | + - */Dataflow/Model/Convert/Iterator.php |
74 | 100 |
|
75 |
| - - */app/code/core/Mage/Admin/Model/Config.php |
76 |
| - - */app/code/core/Mage/Admin/Model/Roles.php |
77 |
| - - */app/code/core/Mage/Admin/Model/User.php |
78 |
| - # due to errors (variable passed to a factory): |
79 |
| - - */app/code/core/Mage/Cms/Helper/Page.php |
80 |
| - - */app/code/core/Mage/Cms/Helper/Data.php |
81 | 101 | level: 0
|
82 | 102 | # universalObjectCratesClasses:
|
83 | 103 | # - Varien_Object
|
0 commit comments