Issue #2901653 by idebr, ankitjain28may, mfernea, borisson_: Add yml files to phpcs.xml.dist

8.6.x
Alex Pott 2018-05-15 09:20:17 +01:00
parent 1e7cb6ac40
commit 1b07d552de
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
31 changed files with 10 additions and 33 deletions

View File

@ -29,4 +29,3 @@ entity.action.delete_form:
_title: 'Delete'
requirements:
_permission: 'administer actions'

View File

@ -23,4 +23,3 @@ big_pipe_test_multi_occurrence:
_title: 'BigPipe test multiple occurrences of the same placeholder'
requirements:
_access: 'TRUE'

View File

@ -38,4 +38,3 @@ migration_dependencies:
provider:
- block_content
- migrate_drupal

View File

@ -35,4 +35,3 @@ migration_dependencies:
provider:
- block_content
- migrate_drupal

View File

@ -6,4 +6,3 @@ drupal.book:
- core/jquery
- core/drupal
- core/drupal.form

View File

@ -24,4 +24,3 @@ admin:
css:
theme:
css/color.admin.css: {}

View File

@ -1 +1 @@
collection: another_collection
collection: another_collection

View File

@ -18,4 +18,3 @@ config_translation_test.content:
label: 'Animals'
sequence:
type: label

View File

@ -3,4 +3,3 @@ entity.media_type.collection:
parent: system.admin_structure
description: 'Manage media types.'
route_name: entity.media_type.collection

View File

@ -45,4 +45,3 @@ ajax_forms_test.ajax_element_form:
_form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestAjaxElementsForm'
requirements:
_access: 'TRUE'

View File

@ -7,4 +7,3 @@ module_installer_config_test.type.*:
name:
type: label
label: 'Name'

View File

@ -7,4 +7,3 @@ update_script_test.settings:
requirement_type:
type: integer
label: 'Requirement type'

View File

@ -4,4 +4,3 @@ services:
arguments: ['@state']
tags:
- { name: path_processor_inbound, priority: 1000 }

View File

@ -171,4 +171,3 @@ display:
- url
- user.permissions
tags: { }

View File

@ -28,4 +28,3 @@ tour_test.3:
_controller: '\Drupal\tour_test\Controller\TourTestController::tourTest1'
requirements:
_access: 'TRUE'

View File

@ -25,4 +25,3 @@ tracker.user_tab:
_permission: 'access content'
_entity_access: 'user.view'
user: \d+

View File

@ -4,4 +4,3 @@ user_form_test.cancel:
_entity_form: 'user.cancel'
requirements:
_permission: 'cancel other accounts'

View File

@ -77,4 +77,3 @@ views.area.http_status_code:
status_code:
type: integer
label: 'HTTP status code'

View File

@ -601,4 +601,4 @@ display:
- 'user.node_grants:view'
- user.permissions
max-age: 0
tags: { }
tags: { }

View File

@ -222,4 +222,3 @@ display:
- 'user.node_grants:view'
- user.permissions
tags: { }

View File

@ -278,4 +278,3 @@ display:
plugin_id: standard
arguments: { }
display_extenders: { }

View File

@ -35,4 +35,3 @@ display:
display_options:
display_extenders: { }
path: test-menu-link

View File

@ -3,4 +3,3 @@ entity.workflow.collection:
route_name: entity.workflow.collection
description: 'Configure workflows.'
parent: system.admin_config_workflow

View File

@ -7,10 +7,13 @@
<file>scripts/rebuild_token_calculator.sh</file>
<file>scripts/run-tests.sh</file>
<file>scripts/update-countries.sh</file>
<arg name="extensions" value="inc,install,module,php,profile,test,theme,info.yml"/>
<arg name="extensions" value="inc,install,module,php,profile,test,theme,yml"/>
<!--Exclude third party code.-->
<exclude-pattern>./assets/vendor/*</exclude-pattern>
<!--Exclude folders used by common frontend tools. These folders match the file_scan_ignore_directories setting in default.settings.php-->
<exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>*/bower_components/*</exclude-pattern>
<!--Exclude test files that are intentionally empty, or intentionally violate coding standards.-->
<exclude-pattern>./modules/system/tests/fixtures/HtaccessTest</exclude-pattern>
@ -162,8 +165,8 @@
<!-- Internal sniffs -->
<rule ref="Internal.NoCodeFound">
<!-- No PHP code in *.info.yml -->
<exclude-pattern>*.info.yml</exclude-pattern>
<!-- No PHP code in *.yml -->
<exclude-pattern>*.yml</exclude-pattern>
</rule>
<!-- MySource sniffs -->

View File

@ -17,4 +17,3 @@ settings:
provider: help
label_display: '0'
visibility: { }