X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.coafile;h=b86479d034169a5bf7fe4b20901146741ec6bb51;hb=73d934802929daf5555e36c2ad039b8bd705b3ee;hp=3e9b010111175331e4e43d5b68526e299974c341;hpb=a062eb6261e1c265b4ba4e2d17ed22866070972d;p=docs.git diff --git a/.coafile b/.coafile index 3e9b01011..b86479d03 100644 --- a/.coafile +++ b/.coafile @@ -1,19 +1,31 @@ +[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/**, docs/opendaylight-with-openstack/**, - docs/release-process/milestone-readouts.rst, docs/submodules/aaa/**, docs/submodules/coe/**, docs/submodules/federation/**, @@ -28,3 +40,4 @@ ignore = .*/**, docs/submodules/spectrometer/**, docs/templates/template-user-guide.rst, docs/user-guide/** +