app-gen-tool/.yamllint
Joshua Reed 26c30e6cfd Add Zuul Project Files and other supporting files.
Add Zuul project files for automated testing.

Test Pass:
PASS - In local environment, test tox.
  1. python -m venv venv
  2. . ./venv/bin/activate.
  3. pip install tox
  4. tox
  5. verify tox for flake8, py39, pylint, and bandit pass.

Change-Id: I2b046b57371eb3a149dbc7eb03984a6c803336b8
Signed-off-by: Joshua Reed <joshua.reed@windriver.com>
2023-10-30 14:25:57 -07:00

8 lines
141 B
Plaintext

---
extends: default
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 200
level: warning