mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-30 04:43:58 +08:00
The plugin is using its own custom PHP Code Sniffer (https://github.com/buddypress/bp-coding-standards) A non-blocking Github Action was introduced to test against this new code sniffer. Actual PHPCS fixes will be introduced in future commits. Closes https://github.com/buddypress/buddypress/pull/21 See #7228 git-svn-id: https://buddypress.svn.wordpress.org/trunk@13324 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
32 lines
276 B
Text
32 lines
276 B
Text
.DS_Store
|
|
phpunit.xml
|
|
.phpunit*
|
|
.idea
|
|
.cache
|
|
|
|
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
pids
|
|
logs
|
|
results
|
|
src/vendor
|
|
vendor
|
|
composer.lock
|
|
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
.phpcs/*.json
|
|
|
|
# The build directory.
|
|
build
|
|
|
|
# The custom Docker config file.
|
|
.wp-env.override.json
|