-
Notifications
You must be signed in to change notification settings - Fork 9
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
OSOE-84: New words to allow for Node.js Extensions #186
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
59a3086
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
e06a304
Revert reversion of our precious code
8b4088a
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
ac5cbe2
Merge remote-tracking branch 'origin/issue/OSOE-490' into issue/OSOE-…
68247f5
Shorten the artifact name
22b25b5
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
b8903cc
Add iis and localhost to allow.txt
6a26927
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
bdd2b59
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
db8b854
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
348ca66
Merge branch 'dev' into issue/OSOE-84-final
7b163e1
Allowing more words for NE
023eac7
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
d767364
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
222d2e4
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
2a17f89
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
f93bec9
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
54b7194
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
6037f99
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
4045e02
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
1f4ad7f
Add symlinks and symlinked to dictionary
cedc130
Merge branch 'dev' into issue/OSOE-84-final
9eda721
Merge remote-tracking branch 'origin/dev' into issue/OSOE-84-final
69b83f2
Merge branch 'dev' into issue/OSOE-84-final
2ff8ddb
Temporarily removing new entries to see where they are used
9495209
Re-add necessary new entries
32cc827
Revert "Shorten the artifact name"
8aa042e
Merge branch 'dev' into issue/OSOE-84-final
87277a1
revert branch selector
sarahelsaig 1e2d065
revert branch selector
sarahelsaig File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of these look generic enough for the common configuration, but some very rare. For the latter, rather use
#spell-check-ignore-line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, most of those rare words are simply specific to NE. Are we planning to support project-level dictionaries anytime soon (@BenedekFarkas)? Because then I'd rather move them into one of those than commenting them everywhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, good point, the spelling configuration in most repositories (but definitely in OSOCE) will be completely overhauled in Lombiq/Open-Source-Orchard-Core-Extensions#346.
So, you can apply the current practices to make it easier on rolling this out without having to worry about upcoming changes.
See my comment about using per-line ignores here: #134 (comment)
If you can expect that a specific word will appear in more places in the future, then putting it in a dictionary is OK. Based on applying this concept to OrchardCMS/OrchardCore.Commerce#250 and some other repos, I'd say that maximum 1 or 2 occurrences of a rare word (if you don't expect more) is OK to ignore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the record - all errors by the spell checker when no new entries are added:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's not too bad! Just add them here to allow.txt for now (or ignore in-code whatever you see fit for that) and I'll take care of the rest during the refactoring.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did what Zoltán suggested - ignored the rare ones, re-added the common ones.