Skip to content
Snippets Groups Projects
Commit 7ff11794 authored by Jess's avatar Jess
Browse files

Issue #2821499 by jungle, Andy_D, nikitagupta, lomasr, bbombachini, alexpott,...

Issue #2821499 by jungle, Andy_D, nikitagupta, lomasr, bbombachini, alexpott, andypost, Mile23, quietone, Sophie.SK, mtodor, barone, kuldeep_mehra27, vsujeetkumar, swatichouhan012, jhodgdon: Enable phpcs rule DrupalPractice.InfoFiles.NamespacedDependency
parent 24fad1cc
No related branches found
No related tags found
8 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!144Issue #2666286: Clean up menu_ui to conform to Drupal coding standards,!16Draft: Resolve #2081585 "History storage",!13Resolve #2903456
Showing
with 22 additions and 21 deletions
......@@ -5,4 +5,4 @@ type: module
description: 'Support module for help testing.'
package: Testing
dependencies:
- help_topics
- drupal:help_topics
......@@ -4,4 +4,4 @@ description: 'Support module for testing.'
package: Testing
version: VERSION
dependencies:
- views
- drupal:views
......@@ -3,5 +3,5 @@ type: module
description: 'Provides a requirement for multilingual migrations.'
package: 'Core (Experimental)'
dependencies:
- migrate_drupal
- drupal:migrate_drupal
hidden: true
......@@ -4,4 +4,4 @@ description: 'Test functionality for the RDF module.'
package: Testing
version: VERSION
dependencies:
- rdf
- drupal:rdf
......@@ -4,5 +4,5 @@ description: 'Support module for Form API tests.'
package: Testing
version: VERSION
dependencies:
- file
- filter
- drupal:file
- drupal:filter
......@@ -4,4 +4,4 @@ description: 'Support module for update testing.'
package: Testing
version: VERSION
dependencies:
- new_dependency_test_with_service
- drupal:new_dependency_test_with_service
......@@ -4,5 +4,5 @@ description: 'Support module for user batch action testing.'
package: Testing
version: VERSION
dependencies:
- views
- user
- drupal:views
- drupal:user
......@@ -149,6 +149,7 @@
<!-- Drupal Practice sniffs -->
<rule ref="DrupalPractice.Commenting.ExpectedException"/>
<rule ref="DrupalPractice.General.ExceptionT"/>
<rule ref="DrupalPractice.InfoFiles.NamespacedDependency"/>
<!-- Generic sniffs -->
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
......
......@@ -5,12 +5,12 @@ version: VERSION
package: 'Core (Experimental)'
hidden: true
dependencies:
- field
- file
- image
- node
- options
- path
- taxonomy
- text
- user
- drupal:field
- drupal:file
- drupal:image
- drupal:node
- drupal:options
- drupal:path
- drupal:taxonomy
- drupal:text
- drupal:user
......@@ -4,8 +4,8 @@ description: 'Profile for testing that install profiles can require a module.'
version: VERSION
hidden: true
dependencies:
- ban
- dblog
- drupal:ban
- drupal:dblog
install: []
themes:
- classy
......@@ -4,7 +4,7 @@ description: 'Profile for testing that install profiles can require a module.'
version: VERSION
hidden: true
dependencies:
- dblog
- drupal:dblog
install:
- ban
themes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment