Skip to content

Update coding standards configuration#65

Open
jeremyfelt wants to merge 3 commits intotrunkfrom
update/coding-standards-config
Open

Update coding standards configuration#65
jeremyfelt wants to merge 3 commits intotrunkfrom
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
Copy link
Copy Markdown

github-actions bot commented Mar 12, 2026

🔍 WordPress Plugin Check Report

⚠️ Status: Passed with warnings

📊 Report

🎯 Total Issues ❌ Errors ⚠️ Warnings
2 0 2

⚠️ 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

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant