summaryrefslogtreecommitdiffstats
path: root/.coafile
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-05-06 18:14:16 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-05-07 09:19:43 +0000
commit47e58b69e4f6b3697d1c550f2e899558de502c53 (patch)
treee6dd8623f819ed087c450f1c4efdc7bd8ddabbdd /.coafile
parent9977b7a6cdc3c3ee21e5a982687ec61e6b529929 (diff)
[TOX] tox missing in the repo
Issue-ID: TEST-296 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I3514ee3ec2b92d4745f3bd08e3062225251c3036
Diffstat (limited to '.coafile')
-rw-r--r--.coafile29
1 files changed, 29 insertions, 0 deletions
diff --git a/.coafile b/.coafile
new file mode 100644
index 0000000..aaae2c1
--- /dev/null
+++ b/.coafile
@@ -0,0 +1,29 @@
+[yaml]
+bears = YAMLLintBear
+yamllint_config = .yamllint
+ignore =
+ .tox/**
+
+[json]
+bears = JSONFormatBear
+json_sort = False
+indent_size = 2
+ignore =
+ .tox/**
+
+[py]
+bears = PyLintBear
+pylint_disable = all
+pylint_enable =
+ bad-indentation, trailing-whitespace, unused-wildcard-import, unused-import,
+ unnecessary-semicolon, unnecessary-semicolon, undefined-variable,
+ syntax-error, unused-variable, using-constant-test,unused-argument,
+ len-as-condition, trailing-newlines, missing-final-newline, reimported,
+ too-many-function-args, singleton-comparison
+ignore =
+ .tox/**
+
+[md]
+bears = MarkdownBear
+ignore =
+ .tox/**