|
| 1 | +includes: |
| 2 | + - ../vendor/macopedia/phpstan-magento1/extension.neon |
| 3 | +parameters: |
| 4 | + magentoRootPath: %currentWorkingDirectory% |
| 5 | + paths: |
| 6 | + #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 |
| 70 | + excludePaths: |
| 71 | + #incompatible interfaces |
| 72 | + - */app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php |
| 73 | + - */app/code/core/Mage/Admin/Model/Acl/Assert/Time.php |
| 74 | + |
| 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 | + level: 0 |
| 82 | +# universalObjectCratesClasses: |
| 83 | +# - Varien_Object |
0 commit comments