diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-18 11:53:53 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-18 12:53:46 +0100 |
commit | 6f3a7a6ac3709c288b332cf75409368473a8dfcb (patch) | |
tree | 3f01740257f0ef074378bdffb34549b43916cf0b /.coafile | |
parent | d04a02b3e580a20322ab5436abf5d9d6d94b1f9c (diff) |
Add basic tox setup for linter verifiers
Change-Id: I06f61687500ab96f94fa549df081a95528d76321
Issue-ID: INT-1492
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to '.coafile')
-rw-r--r-- | .coafile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.coafile b/.coafile new file mode 100644 index 0000000..2254cff --- /dev/null +++ b/.coafile @@ -0,0 +1,12 @@ +[yaml] +bears = YAMLLintBear +yamllint_config = .yamllint +ignore = + .tox/** + +[json] +bears = JSONFormatBear +json_sort = False +indent_size = 2 +ignore = + .tox/** |