X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=.coafile;fp=.coafile;h=e7f59d057d25b562940dfaa10fe35d9f4b89c96d;hb=302789623fbd934610b9ca72cbc8e8136eeb6670;hp=0000000000000000000000000000000000000000;hpb=64dc32d39f2f1541ecc1e55f38db1aed6f00d34b;p=validation.git diff --git a/.coafile b/.coafile new file mode 100644 index 0000000..e7f59d0 --- /dev/null +++ b/.coafile @@ -0,0 +1,40 @@ +[all] +ignore = .tox/**, + .git/**, + .gitignore, + .gitreview, + .gitmodules, + **.sw?, + **.orig + +[all.GitCommit] +bears = GitCommitBear +ignore_length_regex = Signed-off-by, + Also-by, + Co-authored-by, + http://, + https:// + +[all.reStructuredText] +bears = SpaceConsistencyBear,WriteGoodLintBear +files = docs/**.rst +use_spaces = true +ignore = .git/**, + .tox/**, + +[all.ShellCheck] +bears = ShellCheckBear,SpaceConsistencyBear +files = **.sh +shell = bash +use_spaces = true + +[all.YAML] +bears = YAMLLintBear +files = **.yaml, **.yml +use_spaces = true +max_line_length = 120 + +[all.Python] +bears = PyLintBear +files = **.py +use_spaces = true