summaryrefslogtreecommitdiff
path: root/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint17
1 files changed, 0 insertions, 17 deletions
diff --git a/.yamllint b/.yamllint
deleted file mode 100644
index 7b3f7a3..0000000
--- a/.yamllint
+++ /dev/null
@@ -1,17 +0,0 @@
----
-extends: default
-
-ignore: |
- .tox
- changelogs/*
-
-rules:
- comments:
- min-spaces-from-content: 1
- braces:
- max-spaces-inside: 1
- level: error
- brackets:
- max-spaces-inside: 1
- level: error
- line-length: disable