Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d27e6cf

Browse files
katmutuatekton-robot
authored andcommittedFeb 26, 2024
add docs/pipeline-api.md to ignore list
This file is a generated file so adding it to the .wokeignore list.
1 parent 0d93b2d commit d27e6cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎.wokeignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
go.mod
22
go.sum
33
config/dummy.go
4+
docs/pipeline-api.md
45
examples/**/**/*.yaml
56
pkg/apis/pipeline/**/*.go
67
pkg/apis/pipeline/**/openapi_generated.go

‎docs/pipeline-api.md

-2
Original file line numberDiff line numberDiff line change
@@ -6036,7 +6036,6 @@ string
60366036
<em>(Optional)</em>
60376037
<p>CEL is a string of Common Language Expression, which can be used to conditionally execute
60386038
the task based on the result of the expression evaluation
6039-
<!-- wokeignore:rule=master -->
60406039
More info about CEL syntax: <a href="https://github.com/google/cel-spec/blob/master/doc/langdef.md">https://github.com/google/cel-spec/blob/master/doc/langdef.md</a></p>
60416040
</td>
60426041
</tr>
@@ -15346,7 +15345,6 @@ string
1534615345
<em>(Optional)</em>
1534715346
<p>CEL is a string of Common Language Expression, which can be used to conditionally execute
1534815347
the task based on the result of the expression evaluation
15349-
<!-- wokeignore:rule=master -->
1535015348
More info about CEL syntax: <a href="https://github.com/google/cel-spec/blob/master/doc/langdef.md">https://github.com/google/cel-spec/blob/master/doc/langdef.md</a></p>
1535115349
</td>
1535215350
</tr>

0 commit comments

Comments
 (0)
Please sign in to comment.