Skip to content

Commit

Permalink
Corrections in readme and scrutinizer + adding missing registration.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Kubicki committed Aug 23, 2018
1 parent da7c58d commit e8db606
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .scrutinizer.yaml → .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,29 @@ checks:
- magento/module-indexer
- magento/module-require-js
- magento/module-shipping
- magento/*
- magento
- magento/module-cms
- magento/module-backend
- magento/module-catalog
- magento/module-media-storage
- magento/module-store
- magento/module-backup
- magento/module-cms-url-rewrite
- magento/module-reports
- magento/module-translation
- magento/module-bundle
- magento/module-downloadable
- magento/module-sales
- magento/module-ui
- magento/module-checkout
- magento/module-product-alert
- magento/module-variable
- magento/module-eav
- magento/module-contact
- magento/module-newsletter
- magento/module-sales-rule
- magento/module-deploy
- magento/module-payment
- magento/module-url-rewrite

filter:
excluded_paths:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[![Latest Stable Version](https://poser.pugx.org/lizardmedia/module-all-products-listing/v/stable)](https://packagist.org/packages/lizardmedia/module-all-products-listing)
[![Total Downloads](https://poser.pugx.org/lizardmedia/module-all-products-listing/downloads)](https://packagist.org/packages/lizardmedia/module-all-products-listing)
[![License](https://poser.pugx.org/lizardmedia/module-all-products-listing/license)](https://packagist.org/packages/lizardmedia/module-all-products-listing)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/lizardmedia/all-products-listing-magento2/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/lizardmedia/all-products-listing-magento2/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/lizardmedia/all-products-listing-magento2/badges/build.png?b=master)](https://scrutinizer-ci.com/g/lizardmedia/all-products-listing-magento2/build-status/master)

# Lizard Media All Products Listing

## Overview
Expand Down
6 changes: 6 additions & 0 deletions registration.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'LizardMedia_AllProductsListing',
__DIR__
);

0 comments on commit e8db606

Please sign in to comment.