Adding description for why skipping some copilot yaml files

This commit is contained in:
Keith Stevens
2022-12-26 13:57:03 +09:00
parent 5e1ed2e243
commit 24eaed269c
+4
View File
@@ -10,6 +10,10 @@ repos:
- id: trailing-whitespace
- id: check-ast
- id: check-yaml
# Always check YAML but skip a few YAML files that are auto-generated
# and which break the standard YAML check. The alternative would be to
# skip any unsafe errors (and thus break YAML compatibility) or use
# some other checker that may not work in general.
exclude: copilot/web/addons/*
- id: check-json
- id: check-case-conflict