Skip to content
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

spelling: added detailed message to spelling test script #14884

Merged
merged 1 commit into from
May 28, 2024

Conversation

SteLeo1602
Copy link
Contributor

Added additional details to the message to clarify for the beginners what they need to do exactly and ensure they won't confuse the command with the rest of the report.

@romani
Copy link
Member

romani commented May 19, 2024

[ERROR] [checkstyle] [ERROR] C:\projects\checkstyle.ci\test-spelling-unknown-words.sh:58: Line should not be longer than 100 symbols [lineLength]

Please fix CI failure

@@ -55,7 +55,8 @@ echo "Run w"

printDetails() {
echo ''
echo 'If you are ok with the output of this run, you will need to'
echo 'If you are ok with the output of this run, you will need \
to run the following entire multiline command:'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would do this in two separate echo commands, no reason on line wrap here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

echo 'If you are ok with the output of this run,'
Other text by separate echo command.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@romani romani merged commit 526233e into checkstyle:master May 28, 2024
111 checks passed
@SteLeo1602 SteLeo1602 deleted the testSpellingUpdate branch June 2, 2024 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants