-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cpprefjp-autoupdate
committed
Nov 11, 2024
1 parent
d5596bd
commit c557dce
Showing
3 changed files
with
39 additions
and
6 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,38 @@ | |
<feed xmlns="http://www.w3.org/2005/Atom"> | ||
<title>cpprefjp - C++日本語リファレンス</title> | ||
<link href="https://cpprefjp.github.io" /> | ||
<updated>2024-11-11T04:02:47.818609</updated> | ||
<id>dea58ba8-5a80-49cb-bc38-2e8a4cf6ce22</id> | ||
<updated>2024-11-11T05:20:55.480742</updated> | ||
<id>eaf29744-0d4b-407c-8913-c9c39c512919</id> | ||
|
||
|
||
<entry> | ||
<title>はじめてのコントリビュート -- 用語の誤った使い方を検出するCIの説明を追加</title> | ||
<link href="https://cpprefjp.github.io/start_editing.html"/> | ||
<id>710972af237d8d0cab53f90317494df675f0a3d0:start_editing.md</id> | ||
<updated>2024-11-11T14:17:55+09:00</updated> | ||
|
||
<summary type="html"><pre><code>diff --git a/start_editing.md b/start_editing.md | ||
index c200f29c9..dae4ce787 100644 | ||
--- a/start_editing.md | ||
+++ b/start_editing.md | ||
@@ -57,6 +57,9 @@ buildアクションで、MarkdownからHTMLへの変換と、GitHub Pagesへの | ||
- NGワードの検出 (ngword checkアクション) | ||
- 日本語入力環境における典型的な誤入力・誤変換をエラーとして検知する | ||
- 具体的な対象ワードリストは[ngword_check.py](https://github.com/cpprefjp/site/blob/master/.github/workflows/script/ngword_check.py)を参照 | ||
+- 用語の誤った使い方を検出 (defined word checkアクション) | ||
+ - 用語の許可した使い方、許可しない使い方を列挙し、許可した使い方以外の使われ方をエラーとして検出する | ||
+ - 具体的な用語、許可した使い方、許可しない使い方は、[defined_word_check.py](https://github.com/cpprefjp/site/blob/master/.github/workflows/script/defined_word_check.py)を参照 | ||
|
||
|
||
### 自動反映ツール | ||
</code></pre></summary> | ||
|
||
<author> | ||
<name>Akira Takahashi</name> | ||
<email>[email protected]</email> | ||
</author> | ||
</entry> | ||
|
||
<entry> | ||
<title>標準規格と処理系 -- Merge pull request #1349 from cpprefjp/erroneous_behavior</title> | ||
<link href="https://cpprefjp.github.io/implementation-compliance.html"/> | ||
|
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