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

Disabling Non-Ascii Identifier Warning for Markdown Documents #788

Open
vsch opened this issue Nov 21, 2019 · 1 comment
Open

Disabling Non-Ascii Identifier Warning for Markdown Documents #788

vsch opened this issue Nov 21, 2019 · 1 comment

Comments

@vsch
Copy link
Owner

vsch commented Nov 21, 2019

This is done by creating a scope for non-markdown documents and setting the inspection scope to that while disabling it for "Everywhere else".

Topic covered by https://github.com/Yaojian in #498 (comment)

Duplicated here for posterity:

To suppress it only in markdown:

Step 1: Create a scope which contains all non-markdown files

image

Step 2: Apply the inspection for non-markdown files only

image

@vsch
Copy link
Owner Author

vsch commented Dec 2, 2019

You will also need to add inspection which checks for mixed language character set use in identifiers if you have such in link addresses/header text/etc.

@vsch vsch unpinned this issue Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant