summaryrefslogtreecommitdiffstats
path: root/.coafile
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-09-07 10:58:58 +0200
committerAric Gardner <agardner@linuxfoundation.org>2020-09-15 18:44:16 +0000
commit218790a770e0214485873c462e0eb20024fd2e60 (patch)
treeed8bb17bf8606bb3e779b49e943f0adfd3c2b7e1 /.coafile
parentb987157e621f0141b9e30ef527c8aba13a3a3c91 (diff)
Add tox setup for CI linters jobs
Change-Id: I0c5db0558ed43730c2a16361e1b7ba3fcc5f056a Issue-ID: INT-1699 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to '.coafile')
-rw-r--r--.coafile17
1 files changed, 17 insertions, 0 deletions
diff --git a/.coafile b/.coafile
new file mode 100644
index 0000000..fe051ae
--- /dev/null
+++ b/.coafile
@@ -0,0 +1,17 @@
+[yaml]
+bears = YAMLLintBear
+yamllint_config = .yamllint
+ignore =
+ .tox/**
+
+[json]
+bears = JSONFormatBear
+json_sort = False
+indent_size = 2
+ignore =
+ .tox/**
+
+[md]
+bears = MarkdownBear
+ignore =
+ .tox/**