-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Suggestion
The current README provides a good overview of the action's features and usage. However, there seems to be a lack of detailed information regarding the customization options for PHPCS standards, extensions, and ignoring specific rules.
Proposed Enhancements:
- Detailed Examples: Include specific examples of how to set the
extensions,ignore, andstandardparameters in the YAML configuration. For instance:inputs: extensions: 'php,yml' ignore: 'path/to/ignore/**/*' standard: 'PSR12'
- Description of Common Standards: Provide a brief description of common PHPCS standards that users might want to use, along with links to the relevant documentation.
- Error Messages: Explain common error messages that users might encounter during checks and potential solutions or links to resolving them.
These additions could significantly improve user experience by helping users understand how to customize the action for their specific projects effectively.
WorkOfStan
Metadata
Metadata
Assignees
Labels
No labels