7071de7903
This job adds a single linters tox target. The linters target is an aggregation of linters for this repo including: - bashate - flake8 Note: this repo does not contain any bash or python code, so those linter checks merely protect against future additions of those types of files. Other linters such as yamllint can be added to this repo by later commits. This commit also adds basic contributing and hacking docs. Change-Id: I38531aa125a6004c91a7286eb878eb7b1f188476 Story: 2006166 Task: 36543 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
# hacking pulls in flake8
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
bashate >= 0.2
|