-
Notifications
You must be signed in to change notification settings - Fork 14
chore: textlint-rule-prhを追加 #296
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
804c839
chore(deps): add textlint-rule-prh to devDependencies
3w36zj6 0e6307d
chore: add prh configuration
3w36zj6 8965dc9
chore(deps): add textlint-filter-rule-allowlist to devDependencies
3w36zj6 f9f3533
chore: add allowlist filter configuration
3w36zj6 514eaa2
Merge remote-tracking branch 'origin/main' into feature/add-textlint-…
3w36zj6 98d8251
chore: enable dictionary-based rules of textlint-rule-preset-jtf-style
3w36zj6 aa8aba6
chore: add rules for term normalization to dictionary
3w36zj6 e5a8ac5
chore: apply suggestions
3w36zj6 f49da88
Merge remote-tracking branch 'origin/main' into feature/add-textlint-…
3w36zj6 184fc54
chore: update pattern to avoid false positives
3w36zj6 9234ee7
docs: apply textlint suggestions
3w36zj6 7495e37
docs: apply textlint suggestions
3w36zj6 8791875
chore: apply suggestions
3w36zj6 c6a2e77
chore: apply suggestions
3w36zj6 e7ddb47
docs: apply textlint suggestions
3w36zj6 fab5c83
Merge remote-tracking branch 'origin/main' into feature/add-textlint-…
3w36zj6 80f8262
Merge remote-tracking branch 'origin/main' into feature/add-textlint-…
3w36zj6 3b2373a
docs: apply textlint suggestions
3w36zj6 0def33d
chore: apply suggestions
3w36zj6 18c956f
docs: apply textlint suggestions
3w36zj6 d88a455
Merge remote-tracking branch 'origin/main' into feature/add-textlint-…
3w36zj6 b537148
docs: apply textlint suggestions
3w36zj6 85bc683
Merge remote-tracking branch 'origin/main' into feature/add-textlint-…
3w36zj6 310fb48
docs: apply textlint suggestions
3w36zj6 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| version: 1 | ||
|
|
||
| rules: | ||
| - expected: Typst | ||
| pattern: /(?<![-#])\b[Tt][Yy][Pp][Ss][Tt]\b(?!-)/ | ||
| specs: | ||
| - from: typst | ||
| to: Typst | ||
| - from: typst is a new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use. | ||
| to: Typst is a new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use. | ||
| - from: typstは、学術用途のために新たに生まれたマークアップベースの組版システムです。 | ||
| to: Typstは、学術用途のために新たに生まれたマークアップベースの組版システムです。 | ||
| - from: ttypstt | ||
| to: ttypstt | ||
3w36zj6 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - from: "{#typst}" | ||
| to: "{#typst}" | ||
| - from: "{#when-typst}" | ||
| to: "{#when-typst}" | ||
| - from: typst-jp | ||
| to: typst-jp | ||
3w36zj6 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.