X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.coafile;h=b86479d034169a5bf7fe4b20901146741ec6bb51;hb=9108a8c7ae3c4c1359330fe2392f683d2e5e5eb9;hp=6aa56400032b72f0675ee6e7ee1b47d2f60dcfcd;hpb=e2fc84511a08907a712f987c9b58861c879ce0e0;p=docs.git diff --git a/.coafile b/.coafile index 6aa564000..b86479d03 100644 --- a/.coafile +++ b/.coafile @@ -1,14 +1,27 @@ +[Default] +use_spaces = True +enforce_newline_at_EOF = False +default_actions = SpaceConsistencyBear: ApplyPatchAction + +[Git] +bears = GitCommitBear +ignore_length_regex = Signed-off-by, + Also-by, + Co-authored-by, + http://, + https:// + [Markdown] -bears = MarkdownBear -files = **/*.md -ignore = .*/**, +bears = MarkdownBear,SpaceConsistencyBear +files = **.md +ignore = .**, docs/submodules/** max_line_length = 120 [reStructuredText] -bears = RSTcheckBear -files = **/*.rst -ignore = .*/**, +bears = RSTcheckBear,SpaceConsistencyBear +files = **.rst +ignore = .**, docs/developer-guide/**, docs/documentation.rst, docs/getting-started-guide/**, @@ -27,3 +40,4 @@ ignore = .*/**, docs/submodules/spectrometer/**, docs/templates/template-user-guide.rst, docs/user-guide/** +