X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.coafile;h=6e95d2e336f051096b33eb97e7c62f4da45e73b4;hb=b39acba5756a4106264506bda2605a3d7978cb48;hp=359435e1432cbd0c69b183c98d10aa21dc775371;hpb=1b1e834ff5be5fa2d920f6cbe852d392666c4634;p=docs.git diff --git a/.coafile b/.coafile index 359435e14..6e95d2e33 100644 --- a/.coafile +++ b/.coafile @@ -1,3 +1,8 @@ +[Default] +use_spaces = True +enforce_newline_at_EOF = False +default_actions = SpaceConsistencyBear: ApplyPatchAction + [Git] bears = GitCommitBear ignore_length_regex = Signed-off-by, @@ -7,21 +12,21 @@ ignore_length_regex = Signed-off-by, 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 = 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/release-notes/projects/**, docs/submodules/aaa/**, docs/submodules/coe/**, docs/submodules/federation/**, @@ -31,15 +36,10 @@ ignore = .*/**, docs/submodules/netconf/**, docs/submodules/netvirt/**, docs/submodules/odlparent/**, + docs/submodules/openflowplugin/**, docs/submodules/ovsdb/**, docs/submodules/releng/**, + docs/submodules/sfc/**, docs/submodules/spectrometer/**, docs/templates/template-user-guide.rst, docs/user-guide/** - -[Shell] -bears = ShellCheckBear -files = **.sh -ignore = .**, - docs/submodules/**, -