From 218790a770e0214485873c462e0eb20024fd2e60 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 7 Sep 2020 10:58:58 +0200 Subject: Add tox setup for CI linters jobs Change-Id: I0c5db0558ed43730c2a16361e1b7ba3fcc5f056a Issue-ID: INT-1699 Signed-off-by: Bartek Grzybowski --- .coafile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .coafile (limited to '.coafile') 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/** -- cgit 1.2.3-korg