You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I love cspell, there are some recurring pain points when running it over code, where it fails to ignore some blocks which are not supposed to be valid words. Most common stuff like:
set -euxo
# ^ this is standard safe mode to write bash scripts, causing cspell to tag 'euxo'
- uses: fsdsdsd/some-project@main# ^ github actions yaml : most github orgs are tagged as unknown words
I am looking for solution that would work for all project, so I would have to add more ignore words.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While I love cspell, there are some recurring pain points when running it over code, where it fails to ignore some blocks which are not supposed to be valid words. Most common stuff like:
I am looking for solution that would work for all project, so I would have to add more ignore words.
Beta Was this translation helpful? Give feedback.
All reactions