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

Create devcontainer.json #161

Open
wants to merge 1 commit into
base: placeholder
Choose a base branch
from
Open

Conversation

Join-hu
Copy link

@Join-hu Join-hu commented Mar 8, 2024

No description provided.

Copy link

github-actions bot commented Mar 8, 2024

@check-spelling-bot Report

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

Unrecognized words (3)

devcontainers
mcr
microsoft

Some files were automatically ignored 🙈

These sample patterns would exclude them:

^\Q/tmp/check-spelling/jsoref/github-docs/commits/f1f19b7e00c7b511e7ba2a5f8f601e2068125cd1.message\E$

You should consider adding them to:

.github/actions/spelling/excludes.txt

File matching is via Perl regular expressions.

To check these files, more of their words need to be in the dictionary than not. You can use patterns.txt to exclude portions, add items to the dictionary (e.g. by adding them to allow.txt), or fix typos.

To accept these unrecognized words as correct and update file exclusions, you could run the following commands

... in a clone of the git@github.com:Join-hu/docs.git repository
on the patch-1 branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/prerelease/apply.pl' |
perl - 'https://github.com/jsoref/github-docs/actions/runs/8202922725/attempts/1'
Available 📚 dictionaries could cover words not in the 📘 dictionary
Dictionary Entries Covers Uniquely
cspell:cpp/src/compiler-msvc.txt 28 1
cspell:aws/aws.txt 218 1
cspell:dotnet/dict/dotnet.txt 405 1

Consider adding them (in .github/workflows/spelling.yml) in jobs:/comment: for uses: check-spelling/check-spelling@prerelease in its with:

      with:
        extra_dictionaries: |
          cspell:cpp/src/compiler-msvc.txt
          cspell:aws/aws.txt
          cspell:dotnet/dict/dotnet.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@prerelease in its with:

check_extra_dictionaries: ''
Warnings (1)

See the 📂 files view, the 📜action log, or 📝 job summary for details.

ℹ️ Warnings Count
ℹ️ noisy-file 1

See ℹ️ Event descriptions for more information.

Copy link
Author

@Join-hu Join-hu left a comment

Choose a reason for hiding this comment

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

create devcontainer.json

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.

1 participant