Skip to content

Commit 6e12592

Browse files
committed
exempt generated apiref from whitespace precommit
1 parent d5dbc77 commit 6e12592

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ repos:
2020
rev: v4.5.0
2121
hooks:
2222
- id: trailing-whitespace
23+
exclude: site/_pages/appwrapper.v1beta2.md
2324
- id: end-of-file-fixer
24-
exclude: hack/boilerplate.go.txt
25+
exclude: hack/boilerplate.go.txt|site/_pages/appwrapper.v1beta2.md
2526
- id: mixed-line-ending
2627
args: ["--fix=lf"]

site/_pages/appwrapper.v1beta2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,3 +361,4 @@ arbitrary metadata about the PodSet to customize its treatment by the AppWrapper
361361
</tr>
362362
</tbody>
363363
</table>
364+

0 commit comments

Comments
 (0)