Skip to content

Commit 004c9bb

Browse files
committed
MAGETWO-31575: Remove black/white lists from file system and builds configuration
- ignore coding standards added to files with defects
1 parent b1a682d commit 004c9bb

File tree

1,442 files changed

+3980
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,442 files changed

+3980
-9
lines changed

app/code/Magento/AdminNotification/Block/Grid/Renderer/Actions.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
*
55
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
66
*/
7+
8+
// @codingStandardsIgnoreFile
9+
710
namespace Magento\AdminNotification\Block\Grid\Renderer;
811

912
class Actions extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer

app/code/Magento/AdminNotification/Block/ToolbarEntry.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\AdminNotification\Block;
69

710
/**

app/code/Magento/AdminNotification/Model/Resource/Grid/Collection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
55

6+
// @codingStandardsIgnoreFile
7+
68
/**
79
* AdminNotification Inbox model
810
*

app/code/Magento/AdminNotification/Model/System/Message/Baseurl.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\AdminNotification\Model\System\Message;
69

710
class Baseurl implements \Magento\Framework\Notification\MessageInterface

app/code/Magento/AdminNotification/Model/System/Message/Media/Synchronization/Error.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\AdminNotification\Model\System\Message\Media\Synchronization;
69

710
class Error extends \Magento\AdminNotification\Model\System\Message\Media\AbstractSynchronization

app/code/Magento/AdminNotification/Model/System/Message/Security.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\AdminNotification\Model\System\Message;
69

710
class Security implements \Magento\Framework\Notification\MessageInterface

app/code/Magento/AdminNotification/view/adminhtml/templates/notification/window.phtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
?>
69
<?php
710
/**

app/code/Magento/AdminNotification/view/adminhtml/templates/system/messages.phtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
?>
69
<?php /** @var $this \Magento\AdminNotification\Block\System\Messages */ ?>
710

app/code/Magento/AdminNotification/view/adminhtml/templates/system/messages/popup.phtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
?>
69
<?php /** @var $this \Magento\AdminNotification\Block\System\Messages\UnreadMessagePopup */ ?>
710
<div id="system_messages_list" title="<?php echo $this->escapeHtml($this->getPopupTitle()); ?>">

app/code/Magento/AdminNotification/view/adminhtml/templates/toolbar_entry.phtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
?>
69
<?php /** @var $this \Magento\AdminNotification\Block\ToolbarEntry */ ?>
710
<?php $notificationCount = $this->getUnreadNotificationCount(); ?>

app/code/Magento/Authorization/Model/Resource/Rules.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Authorization\Model\Resource;
69

710
/**

app/code/Magento/Backend/App/Config.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
*
55
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
66
*/
7+
8+
// @codingStandardsIgnoreFile
9+
710
namespace Magento\Backend\App;
811

912
/**

app/code/Magento/Backend/Block/Dashboard.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block;
69

710
class Dashboard extends \Magento\Backend\Block\Template

app/code/Magento/Backend/Block/Dashboard/AbstractDashboard.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\Dashboard;
69

710
/**

app/code/Magento/Backend/Block/Menu.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block;
69

710
/**

app/code/Magento/Backend/Block/Page/Header.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\Page;
69

710
/**

app/code/Magento/Backend/Block/Page/Notices.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
55

6+
// @codingStandardsIgnoreFile
7+
68
/**
79
* Adminhtml header notices block
810
*

app/code/Magento/Backend/Block/Page/System/Config/Robots/Reset.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\Page\System\Config\Robots;
69

710
/**

app/code/Magento/Backend/Block/Store/Switcher/Form/Renderer/Fieldset.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\Store\Switcher\Form\Renderer;
69

710
/**

app/code/Magento/Backend/Block/System/Config/Form/Field.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
55

6+
// @codingStandardsIgnoreFile
7+
68
/**
79
* Abstract config form element renderer
810
*

app/code/Magento/Backend/Block/System/Config/Form/Field/FieldArray/AbstractFieldArray.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\System\Config\Form\Field\FieldArray;
69

710
/**

app/code/Magento/Backend/Block/System/Config/Form/Field/Select/Allowspecific.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
55

6+
// @codingStandardsIgnoreFile
7+
68
/**
79
* System configuration shipping methods allow all countries select
810
*

app/code/Magento/Backend/Block/System/Design/Edit/Tab/General.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\System\Design\Edit\Tab;
69

710
class General extends \Magento\Backend\Block\Widget\Form\Generic

app/code/Magento/Backend/Block/Widget/Form/Element/Gallery.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\Widget\Form\Element;
69

710
use Magento\Framework\Data\Form\Element\AbstractElement;

app/code/Magento/Backend/Block/Widget/Form/Renderer/Element.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\Widget\Form\Renderer;
69

710
use Magento\Framework\Data\Form\Element\AbstractElement;

app/code/Magento/Backend/Block/Widget/Form/Renderer/Fieldset.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\Widget\Form\Renderer;
69

710
use Magento\Framework\Data\Form\Element\AbstractElement;

app/code/Magento/Backend/Block/Widget/Form/Renderer/Fieldset/Element.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\Widget\Form\Renderer\Fieldset;
69

710
use Magento\Framework\Data\Form\Element\AbstractElement;

app/code/Magento/Backend/Block/Widget/Grid.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\Widget;
69

710
/**

app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Date.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\Widget\Grid\Column\Filter;
69

710
/**

app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Datetime.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\Widget\Grid\Column\Filter;
69

710
/**

app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Action.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\Widget\Grid\Column\Renderer;
69

710
/**

app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Currency.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\Widget\Grid\Column\Renderer;
69

710
/**

app/code/Magento/Backend/Block/Widget/Grid/Export.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Block\Widget\Grid;
69

710
use Magento\Framework\App\Filesystem\DirectoryList;

app/code/Magento/Backend/Controller/Adminhtml/System/Store.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Controller\Adminhtml\System;
69

710
use Magento\Backend\App\Action;

app/code/Magento/Backend/Model/Config/Backend/Currency/Base.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
55

6+
// @codingStandardsIgnoreFile
7+
68
/**
79
* Backend Directory currency backend model
810
* Allows dispatching before and after events for each controller action

app/code/Magento/Backend/Model/Config/Backend/Email/Sender.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
55

6+
// @codingStandardsIgnoreFile
7+
68
/**
79
* System config email sender field backend model
810
*/

app/code/Magento/Backend/Model/Config/Backend/Encrypted.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
*
55
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
66
*/
7+
8+
// @codingStandardsIgnoreFile
9+
710
namespace Magento\Backend\Model\Config\Backend;
811

912
class Encrypted extends \Magento\Framework\App\Config\Value implements \Magento\Framework\App\Config\Data\ProcessorInterface

app/code/Magento/Backend/Model/Config/Source/Dev/Dbautoup.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Model\Config\Source\Dev;
69

710
class Dbautoup implements \Magento\Framework\Option\ArrayInterface

app/code/Magento/Backend/Model/Config/Structure/Element/Group.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Model\Config\Structure\Element;
69

710
class Group extends AbstractComposite

app/code/Magento/Backend/Model/Menu/Director/Director.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/**
33
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
44
*/
5+
6+
// @codingStandardsIgnoreFile
7+
58
namespace Magento\Backend\Model\Menu\Director;
69

710
class Director extends \Magento\Backend\Model\Menu\AbstractDirector

0 commit comments

Comments
 (0)