Skip to content

Conversation

@jjroelofs
Copy link
Contributor

Summary

  • Fixed incorrect module name reference in drupal-check script from 'analyze_ai_brand_voice' to 'ai_sorting'
  • This resolves the issue preventing drupal-check command from running properly

Test plan

  • Verified linting checks pass with no errors
  • Updated script references the correct module name
  • Run drupal-check to confirm it now executes without errors

🤖 Generated with Claude Code

Jurriaan Roelofs and others added 6 commits September 10, 2025 13:16
The drupal-check script was referencing the wrong module name
'analyze_ai_brand_voice' instead of 'ai_sorting'. This prevented
the drupal-check command from running properly as it would try
to check a non-existent module symlink.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Updated DRUPAL_RECOMMENDED_PROJECT from 10.3.x-dev to 11.x-dev
to ensure drupal-check runs against the latest Drupal 11 development
version for better compatibility testing.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Changed from dev version (11.x-dev) to stable release (11.0.0) for faster installation
- Added --prefer-dist flag to use packaged distributions instead of source
- Added 5-minute timeout to prevent CI hanging
- Improved error handling with explicit failure message

This should resolve the CI timeout issues while maintaining compatibility testing.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@jjroelofs jjroelofs merged commit a9b38e5 into 1.x Sep 12, 2025
1 of 2 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