Skip to content

Update coding standards configuration - #65

Merged
jeremyfelt merged 4 commits into
trunkfrom
update/coding-standards-config
May 20, 2026
Merged

Update coding standards configuration#65
jeremyfelt merged 4 commits into
trunkfrom
update/coding-standards-config

Conversation

@jeremyfelt

Copy link
Copy Markdown
Member

Summary

  • Remove deprecated PHPUnit 10 attributes (convertErrorsToExceptions, convertNoticesToExceptions, convertWarningsToExceptions) from phpunit.xml.dist
  • Add .editorconfig for consistent editor formatting
  • Add .claude to .gitignore

Test plan

  • Verify composer phpunit still runs
  • Verify composer phpcs still works

🤖 Generated with Claude Code

jeremyfelt and others added 2 commits March 12, 2026 12:15
Remove deprecated PHPUnit attributes, add .editorconfig,
and add .claude to .gitignore.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Mar 12, 2026

Copy link
Copy Markdown

🔍 WordPress Plugin Check Report

❌ Status: Failed

📊 Report

🎯 Total Issues ❌ Errors ⚠️ Warnings
4 2 2

❌ Errors (2)

📁 .wp-env.json (1 error)
📍 Line 🔖 Check 💬 Message
0 hidden_files Hidden files are not permitted.
📁 readme.txt (1 error)
📍 Line 🔖 Check 💬 Message
0 outdated_tested_upto_header Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

⚠️ Warnings (2)

📁 includes/taxonomy.php (2 warnings)
📍 Line 🔖 Check 💬 Message
100 WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "shadow_terms_register_taxonomy_args".
178 WordPress.DB.SlowDBQuery.slow_db_query_tax_query Detected usage of tax_query, possible slow query.

🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check

jeremyfelt and others added 2 commits March 12, 2026 12:57
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add a basic wp-env configuration for local development, a devcontainer
for GitHub Codespaces support, and a WordPress Playground blueprint for
quick browser-based testing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jeremyfelt
jeremyfelt merged commit 5eff173 into trunk May 20, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants