aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/mistifyio/go-zfs/v3/.yamllint
blob: 9a08ad1765b990defe0037473b7773f0f6040707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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