Skip to content

Commit

Permalink
Merge pull request #26 from ChenCMD/dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenCMD authored Aug 28, 2023
2 parents 4ba682f + 22a40bf commit ea0ee5d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ It is also possible to load an arbitrary config file by specifying `configPath`


## 入力 / Inputs
| 名前 Name | 想定する値 / Expect value | 必須 / Require | デフォルト / Default | 概要 / About |
| :-------------------: | :-----------------------: | :------------: | :-----------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| lintDirectory | path | x | `"."` | チェックを行うディレクトリ<br>Directory to lint |
| configPath | path | x | `".vscode/settings.json"` | 校閲ルールを記載したコンフィグファイルのパス<br>Path to the config file containing the lint rules |
| forcePass | `true` | x | `false` | チェックに失敗した Datapack ドキュメントが存在するときに step そのものを失敗させるか否か<br>Whether or not to fail the step itself when there is a Datapack document that fails the lint |
| muteSuccessResult | `true` | x | `false` | チェックに成功した Datapack ドキュメントのログを無効化するか否か<br>Whether to disable logging of Datapack documents that have been successfully linted |
| ignoreLintPathPattern | globPattern | x | `""` | チェックを行わない Datapack ドキュメントのリソースパスの globPattern<br>globPatterns of the resource path of the Datapack document whose lints are to be ignored |
| alwaysCheckAllFile | `true` | x | `false` | 常にすべての Datapack ドキュメントをチェックするか否か<br>Whether to always lint all Datapack documents |
| 名前 Name | 想定する値 / Expect value | 必須 / Require | デフォルト / Default | 概要 / About |
| :-------------------: | :-----------------------: | :------------: | :-----------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| lintDirectory | path | x | `"."` | チェックを行うディレクトリ<br>Directory to lint |
| configPath | path | x | `".vscode/settings.json"` | 校閲ルールを記載したコンフィグファイルのパス<br>Path to the config file containing the lint rules |
| forcePass | `true` | x | `false` | チェックに失敗した Datapack ドキュメントが存在するときに step そのものを失敗させるか否か<br>Whether or not to fail the step itself when there is a Datapack document that fails the lint |
| muteSuccessResult | `true` | x | `false` | チェックに成功した Datapack ドキュメントのログを無効化するか否か<br>Whether to disable logging of Datapack documents that have been successfully linted |
| ignoreLintPathPattern | Namespaced ID Pattern | x | `""` | チェックを行わない Datapack ドキュメントのリソースパスの[名前空間 ID パターン](https://github.com/ChenCMD/datapack-helper-plus-JP/wiki/Access-Modifiers#%E5%90%8D%E5%89%8D%E7%A9%BA%E9%96%93id%E3%83%91%E3%82%BF%E3%83%BC%E3%83%B3)<br>[Namespaced ID Pattern](https://github.com/SpyglassMC/Spyglass/wiki/Access-Modifiers#namespaced-id-pattern) of the resource path of the Datapack document whose lints are to be ignored |
| alwaysCheckAllFile | `true` | x | `false` | 常にすべての Datapack ドキュメントをチェックするか否か<br>Whether to always lint all Datapack documents |

: `ignoreLintPathPattern` は複数の文字列を入れることが可能です。方法は下記のサンプルを参照してください。

Expand Down

0 comments on commit ea0ee5d

Please sign in to comment.