Skip to content

Update coding standards configuration#26

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

Update coding standards configuration#26
jeremyfelt wants to merge 4 commits intotrunkfrom
update/coding-standards-config

Conversation

@jeremyfelt
Copy link
Copy Markdown
Member

Summary

  • Fix phpcompat pinning to use the repository block approach (the dev-develop alias doesn't work)
  • Remove deprecated PHPUnit 10 attributes from phpunit.xml.dist
  • Add .editorconfig for consistent editor formatting
  • Add .claude to .gitignore

Test plan

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

🤖 Generated with Claude Code

jeremyfelt and others added 2 commits March 12, 2026 12:18
Fix phpcompat pinning, 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: Failed

📊 Report

🎯 Total Issues ❌ Errors ⚠️ Warnings
5 4 1

❌ Errors (4)

📁 readme.txt (1 error)
📍 Line 🔖 Check 💬 Message
0 outdated_tested_upto_header Tested up to: 6.7 < 6.9. 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.
📁 src/Admin.php (1 error)
📍 Line 🔖 Check 💬 Message
0 missing_direct_file_access_protection PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
📁 src/Init.php (1 error)
📍 Line 🔖 Check 💬 Message
0 missing_direct_file_access_protection PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
📁 plugin.php (1 error)
📍 Line 🔖 Check 💬 Message
0 missing_direct_file_access_protection PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

⚠️ Warnings (1)

📁 composer.json (1 warning)
📍 Line 🔖 Check 💬 Message
0 missing_composer_json_file The "/vendor" directory using composer exists, but "composer.json" file is missing.

🤖 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>
This plugin is not hosted on wp.org.

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