X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=.coafile;fp=.coafile;h=0000000000000000000000000000000000000000;hp=f0abad4985f9d196a5965a529e515e63af4ab918;hb=292e2c33886b8be563dbc7ae2c1765c6422b634f;hpb=9d378480b8a3fdfb13acc717b836ac719f8efa48 diff --git a/.coafile b/.coafile deleted file mode 100644 index f0abad4..0000000 --- a/.coafile +++ /dev/null @@ -1,34 +0,0 @@ -[Documentation] -bears = WriteGoodLintBear -files = *.md -allow_so_beginning = False -allow_there_is = False -allow_cliche_phrases = False - -[GitCommit] -bears = GitCommitBear -ignore_length_regex = Signed-off-by, - Also-by, - Co-authored-by, - http://, - https:// - -[JSON] -bears = JSONFormatBear -files = packer/**.json -indent_size = 2 - -[ShellCheck] -bears = ShellCheckBear, - SpaceConsistencyBear -files = jjb/**.sh, - packer/**.sh -shell = bash -indent_size = 4 -use_spaces = yeah - -[YAML] -bears = YAMLLintBear -files = jjb/**/*.yaml -document_start = True -yamllint_config = .yamllint.conf