X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.coafile;h=95a58d845cdc6d45ebe2949524f5d6c440fe096b;hb=cfb711001996e1072137e01d243a5ac73a730961;hp=20a5bde61625cc60052be532645c6b1d57c2367e;hpb=9611ad2d91714a6e97e4f796c56adaa82982ad92;p=integration%2Fpackaging.git diff --git a/.coafile b/.coafile index 20a5bde..95a58d8 100644 --- a/.coafile +++ b/.coafile @@ -3,7 +3,6 @@ ignore = .tox/**, .git/**, .gitignore, .gitreview, - .gitmodules, **/provisioning/roles/**, node_modules/**, **.sw?, @@ -16,9 +15,13 @@ ignore = .tox/**, **postman_collection**, **packer_cache**, **.tar.gz, + **.zip, **.rpm, **.pyc, - deb/templates/rules_template + packages/deb/templates/rules_template, + packages/deb/opendaylight**, + packages/cache/distribution-karaf-**, + packages/cache/karaf-** [all.spacing] bears = SpaceConsistencyBear @@ -32,11 +35,6 @@ bears = LineLengthBear enabled = False max_line_length = 100 -[all.rest] -bears = RSTcheckBear, - reSTLintBear -files = **.rst - [all.markdown] bears = MarkdownBear files = **.markdown, @@ -54,6 +52,7 @@ default_actions = JSONFormatBear: ApplyPatchAction [all.shell] bears = ShellCheckBear +shell = bash files = **.sh [all.python] @@ -98,8 +97,8 @@ enabled = False [all.jinja] bears = Jinja2Bear -files = rpm/specs/opendaylight.spec, - deb/templates/**_template** +files = packages/rpm/specs/opendaylight.spec, + packages/deb/templates/**_template** [all.git] bears = GitCommitBear