Skip to content
Snippets Groups Projects
Verified Commit 6793be99 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3507043 by quietone: Enable DrupalPractice.Objects.GlobalFunction

parent 88c99548
No related branches found
No related tags found
5 merge requests!5423Draft: Resolve #3329907 "Test2",!3478Issue #3337882: Deleted menus are not removed from content type config,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #429917 passed with warnings
Pipeline: drupal

#429933

    ...@@ -175,14 +175,7 @@ ...@@ -175,14 +175,7 @@
    <rule ref="DrupalPractice.Commenting.ExpectedException"/> <rule ref="DrupalPractice.Commenting.ExpectedException"/>
    <rule ref="DrupalPractice.General.ExceptionT"/> <rule ref="DrupalPractice.General.ExceptionT"/>
    <rule ref="DrupalPractice.InfoFiles.NamespacedDependency"/> <rule ref="DrupalPractice.InfoFiles.NamespacedDependency"/>
    <rule ref="DrupalPractice.Objects.GlobalFunction"> <rule ref="DrupalPractice.Objects.GlobalFunction"/>
    <include-pattern>*/Plugin/*</include-pattern>
    <include-pattern>*/ListBuilder/*</include-pattern>
    <include-pattern>*/tests/*</include-pattern>
    <include-pattern>./core/lib/*</include-pattern>
    <include-pattern>./core/modules/*</include-pattern>
    <include-pattern>*/Hook/*</include-pattern>
    </rule>
    <!-- Generic sniffs --> <!-- Generic sniffs -->
    <rule ref="Generic.Arrays.DisallowLongArraySyntax"/> <rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment