Skip to content

Commit 123c8d5

Browse files
committed
feat(conftest): add 3rd party fallback completion loader
https://github.com/open-policy-agent/conftest
1 parent 676c062 commit 123c8d5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
/composite
6868
/_conda
6969
/_conform
70+
/_conftest
7071
/conjure
7172
/_constellation
7273
/_consul

completions/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ CLEANFILES = \
615615
composite \
616616
_conda \
617617
_conform \
618+
_conftest \
618619
conjure \
619620
_constellation \
620621
_consul \
@@ -1070,6 +1071,7 @@ symlinks: $(DATA)
10701071
_clusterctl \
10711072
_cmctl \
10721073
_conform \
1074+
_conftest \
10731075
_constellation \
10741076
_cosign \
10751077
_crc \

0 commit comments

Comments
 (0)