-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warn contributors: README is generated #919
Conversation
@@ -44,7 +44,8 @@ final class ReadmeCommand extends Command | |||
protected function execute(InputInterface $input, OutputInterface $output): int | |||
{ | |||
$output->write( | |||
\sprintf('# %s', self::NAME) . "\n\n" | |||
'<!-- This files is generated by ReadmeCommand -->' . "\n\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'<!-- This files is generated by ReadmeCommand -->' . "\n\n" | |
'<!-- This file is generated by ReadmeCommand -->' . "\n\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was my autonomous finger!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably needs a rebase on top of main
following #918, @szepeviktor!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think README needs to be regenerated.
I let you guys do that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think README needs to be regenerated.
That wouldn't be enough, as analyse
job is failing with code style violation. Also, that comment won't be displayed: https://github.com/6b7562617765726c6f73/php-cs-fixer-custom-fixers/tree/test_readme_with_html_comment
I believe the problem is NOT that README.md
is generated, but not checking failing CI's jobs in PR. I've added message to the check with information what to do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed!
Co-authored-by: Andreas Möller <[email protected]>
Pull Request Test Coverage Report for Build 7302146633Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
Thank you @szepeviktor and @localheinz |
Glad to contribute. |
This may help future contributors.