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

Add instructions that explain how to fix spellcheck errors #7016

Merged
merged 6 commits into from
Dec 5, 2024

Conversation

Darksonn
Copy link
Contributor

@Darksonn Darksonn commented Dec 5, 2024

No description provided.

@Darksonn Darksonn added the A-ci Area: The continuous integration setup label Dec 5, 2024
@Darksonn
Copy link
Contributor Author

Darksonn commented Dec 5, 2024

image

image

- name: Detect trailing whitespace
run: if grep --exclude-dir=.git --exclude-dir=target -re '\s$' . ; then exit 1; fi
run: |
if grep --exclude-dir=.git --exclude-dir=target -re '\s$' .
Copy link
Member

Choose a reason for hiding this comment

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

We might want to use -n flag of grep to show line number of affected lines.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added.

@Darksonn Darksonn merged commit e0d1293 into master Dec 5, 2024
81 checks passed
@Darksonn Darksonn deleted the alice/instructions-spellcheck branch December 5, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: The continuous integration setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants