Some functions have become deprecated on 0.18.0 [1],
such as yaml safe_load() and safe_load_all()
Pinned the version to allow commits to merge while
these API calls are updated.
[1] https://pypi.org/project/ruamel.yaml/0.18.0/
Test Plan:
pass: tox -epylint -vv --skip-missing-interpreters=false
pass: tox
Closes-Bug: 2040283
Change-Id: I83f1319ea99106be0d3c712c68d2c12d7b9646d9
Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
This job adds a single linters tox target.
The linters target is an aggregation of linters for
this repo including:
- bashate
Other linters such as yamllint and puppet-lint can be added
to this repo by later commits.
Certain bashate codes are suppressed.
They can be enabled by later commits.
This commit also adds basic contributing and hacking docs.
Change-Id: I90f75018196d866fdf68977ea0c151778da1fc02
Story: 2006166
Task: 36548
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>