Skip to:
Content

BuddyPress.org

Changeset 12425


Ignore:
Timestamp:
08/08/2019 08:02:51 PM (5 years ago)
Author:
boonebgorges
Message:

PHP linting should only look in /src/.

Specifically, the /vendor/ directory should be excluded, as BP doesn't
currently load Composer libraries in the build.

See #8124.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r12424 r12425  
    243243        },
    244244        phplint: {
    245             good: ['**/*.php'].concat( BP_EXCLUDED_MISC )
     245            good: ['src/**/*.php'].concat( BP_EXCLUDED_MISC )
    246246        },
    247247        postcss: {
Note: See TracChangeset for help on using the changeset viewer.