indent_size = 4
use_spaces = true
+[MarkDown]
+bears = MarkdownBear,SpaceConsistencyBear
+files = **/*.md, **/*.markdown
+ignore = .git/**,
+ .tox/**
+use_spaces = true
+
[ShellCheck]
bears = ShellCheckBear,SpaceConsistencyBear
files = **/*.sh
NEXUS_URL=https://nexus.opendaylight.org
SILO=releng
```
+
Note: **GIT_CLONE_URL** is only used by Github projects as this
will be different from the URL used the poperties
configuration.
will need to be placed in the defaults.yaml
**git-url**: This should be set to the base URL of your GitHub. In
-general this should be https://github.com. If you are using GitHub
+general this should be <https://github.com>. If you are using GitHub
Enterprise, or some other GitHub-style system, then it should be
whatever your installation base URL is.
2) Via job variable ARCHIVE_ARTIFACTS using globstar patterns.
-In this method a job can define a globstar for example ``**/*.log`` which then
+In this method a job can define a globstar for example `**/*.log` which then
causes the archive script to do a globstar search for that pattern and archives
any files it finds matching.
global-jjb as part of their project (common with ci-management repos) then
a minimum version of ShellCheck 0.4.x is required as the shell scripts in
this repo uses annotations that were introduced in 0.4..
-
deps =
coala
coala-bears
+ # Markdown lint requires nodejs
+ nodeenv
commands =
+ nodeenv -p
+ npm install --global remark-cli remark-lint
python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger
coala --non-interactive