| commit | 2ff3a76122b937bc256a7ee6fc2a7ba81f709c5d | [log] [tgz] |
|---|---|---|
| author | Joey Armstrong <jarmstrong@linuxfoundation.org> | Tue Apr 16 18:03:56 2024 -0400 |
| committer | Eric Ball <eball@linuxfoundation.org> | Thu Sep 19 09:18:38 2024 -0700 |
| tree | 866e6584ba7f1f31bfae0c2d46231346cca0aa27 | |
| parent | bb1eabf49bc5d2b283eafe7ac841513c9824a4b5 [diff] |
[VOL-5310] yamllint cleanups for pre-commit script
api/bbsim/bbsim.yaml
configs/att-services.yaml
configs/bbsim.yaml
configs/dt-fttb-services.yaml
configs/dt-services.yaml
configs/pon-interfaces.yaml
configs/tt-services.yaml
-----------------------------
o Added missing copyright notice.
o adding missing '---' header at begin-of-file.
o Line length:
- Split long comments to fit width restriction.
- Use '>' format char to wrap long urls and paths.
o [Fix] "Mapping Values Are Not Allowed Here"
- Common keys must be indented to the same line.
- ie: workflow & services
o Add missing newline at end-of-file.
o Indent comments to match lines they document.
Signed-off-by: Joey Armstrong <jarmstrong@linuxfoundation.org>
Change-Id: Ibaa909e60bcbb5a75acf9d2288bef2de1da257e4
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
BBSim is managed via a Makefile, plese run the following command to display all the available targets
make help
More advanced documentation lives in here.
You can generate and browse the documentation by executing:
make docs
This project structure is based on golang-standards/project-layout.