- Fix shellcheck warnings in bin/install-wp-tests.sh (quote variables, fix command -v usage) - Remove trailing spaces in .github/workflows/phpunit.yml - Add phpmd.xml to exclude camelCase checks for WordPress naming conventions - Update composer.json to use phpmd.xml configuration - Remove trailing commas in .eslintrc.js for Codacy compliance - Add .markdownlint.json to configure markdown linting rules - Improve Cypress test reliability with increased timeouts - Update loginAsAdmin command with better error handling - Make plugin activation checks more robust in Cypress tests 🤖 Generated with [Qoder][https://qoder.com]
16 lines
222 B
JSON
16 lines
222 B
JSON
{
|
|
"MD012": false,
|
|
"MD022": false,
|
|
"MD031": false,
|
|
"MD032": false,
|
|
"MD013": {
|
|
"line_length": 120,
|
|
"code_blocks": false
|
|
},
|
|
"MD024": {
|
|
"siblings_only": true
|
|
},
|
|
"MD040": false,
|
|
"MD041": false
|
|
}
|