Skip to content

Commit

Permalink
add docs/pipeline-api.md to ignore list
Browse files Browse the repository at this point in the history
This file is a generated file so adding it to the .wokeignore list.
  • Loading branch information
katmutua committed Jan 11, 2024
1 parent a8f2c62 commit ed6c730
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .wokeignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
go.mod
go.sum
config/dummy.go
docs/pipeline-api.md
examples/**/**/*.yaml
pkg/apis/pipeline/**/*.go
pkg/apis/pipeline/**/openapi_generated.go
Expand Down
2 changes: 0 additions & 2 deletions docs/pipeline-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6023,7 +6023,6 @@ string
<em>(Optional)</em>
<p>CEL is a string of Common Language Expression, which can be used to conditionally execute
the task based on the result of the expression evaluation
<!-- wokeignore:rule=master -->
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>
</td>
</tr>
Expand Down Expand Up @@ -15333,7 +15332,6 @@ string
<em>(Optional)</em>
<p>CEL is a string of Common Language Expression, which can be used to conditionally execute
the task based on the result of the expression evaluation
<!-- wokeignore:rule=master -->
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>
</td>
</tr>
Expand Down

0 comments on commit ed6c730

Please sign in to comment.