We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6399e7 commit 6947348Copy full SHA for 6947348
.yamllint
@@ -0,0 +1,18 @@
1
+---
2
+extends: default
3
+
4
+# only really wanted 'line-length: disable'. rest of this restores 'fix mode'/addresses:
5
+# "WARNING Found incompatible custom yamllint configuration (.yamllint), please either remove the file or edit it to comply"
6
7
+rules:
8
+ line-length: disable
9
+ braces:
10
+ max-spaces-inside: 1
11
+ comments-indentation: false
12
+ comments:
13
+ min-spaces-from-content: 1
14
+ octal-values:
15
+ forbid-implicit-octal: true
16
17
+ignore: |
18
+ .git
meta/main.yml
@@ -1,3 +1,4 @@
galaxy_info:
author: Josh Lay
description: ZFS on Linux
0 commit comments