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
3 merge requests!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 @@
    <rule ref="DrupalPractice.Commenting.ExpectedException"/>
    <rule ref="DrupalPractice.General.ExceptionT"/>
    <rule ref="DrupalPractice.InfoFiles.NamespacedDependency"/>
    <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>
    <rule ref="DrupalPractice.Objects.GlobalFunction"/>
    <!-- Generic sniffs -->
    <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