Skip to content

Commit 89c8da9

Browse files
committed
ILIgnoreLineContainingStringsの設定例をREADMEに追加
1 parent 1d861a3 commit 89c8da9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Override only the settings you want to change. For example:
126126
```json
127127
{
128128
"ShouldIgnoreILLinesContainingConfiguredStrings": true,
129+
"ILIgnoreLineContainingStrings": ["buildserver1_", "buildserver2_"],
129130
"ShouldOutputFileTimestamps": false,
130131
"ShouldOutputILText": false,
131132
"ShouldIncludeIgnoredFiles": false
@@ -328,6 +329,7 @@ flowchart TD
328329
```json
329330
{
330331
"ShouldIgnoreILLinesContainingConfiguredStrings": true,
332+
"ILIgnoreLineContainingStrings": ["buildserver1_", "buildserver2_"],
331333
"ShouldOutputFileTimestamps": false,
332334
"ShouldOutputILText": false,
333335
"ShouldIncludeIgnoredFiles": false

0 commit comments

Comments
 (0)