We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbdfb4 commit d3b9ffbCopy full SHA for d3b9ffb
1 file changed
ansible/scripts/validate_lockfiles.sh
@@ -13,6 +13,7 @@ validate_lockfile() {
13
fi
14
15
# YAML syntax check and ensure it's a flat dict
16
+ # cspell:ignore isinstance
17
if ! python3 -c "
18
import yaml, sys
19
with open('$lockfile') as f:
0 commit comments