diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-23 22:00:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 22:00:37 +0200 |
commit | 40e8bcb8482f2a1f60b93524ceda05770d20739e (patch) | |
tree | 4a6dcc11e2bf7eba044e25c3d2b0500ac4cef0c5 /vendor/github.com/mistifyio/go-zfs/v3/.yamllint | |
parent | 4d475ae87bd67cc94f89d6ed63c0b06ac84315a1 (diff) | |
parent | f5e83f684952d1f97eeb59a3d1c42000be980505 (diff) | |
download | podman-40e8bcb8482f2a1f60b93524ceda05770d20739e.tar.gz podman-40e8bcb8482f2a1f60b93524ceda05770d20739e.tar.bz2 podman-40e8bcb8482f2a1f60b93524ceda05770d20739e.zip |
Merge pull request #15900 from rhatdan/VENDOR
Update vendor of containers(image, common, buildah, storage)
Diffstat (limited to 'vendor/github.com/mistifyio/go-zfs/v3/.yamllint')
-rw-r--r-- | vendor/github.com/mistifyio/go-zfs/v3/.yamllint | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/github.com/mistifyio/go-zfs/v3/.yamllint b/vendor/github.com/mistifyio/go-zfs/v3/.yamllint new file mode 100644 index 000000000..9a08ad176 --- /dev/null +++ b/vendor/github.com/mistifyio/go-zfs/v3/.yamllint @@ -0,0 +1,16 @@ +--- +extends: default + +rules: + braces: + max-spaces-inside: 1 + brackets: + max-spaces-inside: 1 + comments: disable + comments-indentation: disable + document-start: disable + line-length: + level: warning + max: 160 + allow-non-breakable-inline-mappings: true + truthy: disable |