Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repo: Add yaml linting #23708

Merged
merged 1 commit into from
Nov 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/base/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ aiohttp>=3.8.1
cffi>=1.15.0
colorama
coloredlogs
envoy.base.utils>=0.3.7
envoy.code.check>=0.3.0
envoy.base.utils>=0.3.8
envoy.code.check>=0.3.3
envoy.dependency.check>=0.1.5
envoy.dependency.pip_check>=0.1.2
envoy.distribution.release>=0.0.8
Expand Down
25 changes: 18 additions & 7 deletions tools/base/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ docutils==0.16 \
# sphinx
# sphinx-rtd-theme
# sphinx-tabs
envoy-base-utils==0.3.7 \
--hash=sha256:5c79aa70de6b7014a5b955822eb83324fd222b7cf7bb656e12a018c747b4f2df \
--hash=sha256:ac7850ec1c90253964a5d7f7847a3c3317f9d77607e6f90d1fb5aeb975ac2842
envoy-base-utils==0.3.8 \
--hash=sha256:9c4190bae708a75a955a7c09f9a674121c92dd7e33a359de3715332651ffe2bb \
--hash=sha256:ae44642f2f43ac778f854f41c931d1969fe96dc323e9112876bc02b94fda05b2
# via
# -r requirements.in
# envoy-code-check
Expand All @@ -339,9 +339,9 @@ envoy-base-utils==0.3.7 \
# envoy-docs-sphinx-runner
# envoy-github-release
# envoy-gpg-sign
envoy-code-check==0.3.0 \
--hash=sha256:9383b4fcfcb22d6733813b3a75c9e40b1ba62f5a13c11b7e3366c31a27e4057a \
--hash=sha256:f23069e123770e5b3a4e4e050c01d03f6c87144e09f9a20f488ce6768eda5f4c
envoy-code-check==0.3.3 \
--hash=sha256:4483afa45d58d9a00332a281dc1e49f7942fe27027acc2a8f490ee79446c2125 \
--hash=sha256:d520feae0470756c77a4b562a92d3d4f8bc5a7ef7b195598f9c62170bd58b588
# via -r requirements.in
envoy-dependency-check==0.1.5 \
--hash=sha256:2394626236e7b43c0273d4a0a43e1e13d3990ebde9ebdacea253464000927961 \
Expand Down Expand Up @@ -716,6 +716,10 @@ packaging==21.0 \
# envoy-github-abstract
# envoy-github-release
# sphinx
pathspec==0.10.1 \
--hash=sha256:46846318467efc4556ccfd27816e004270a9eeeeb4d062ce5e6fc7a87c573f93 \
--hash=sha256:7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d
# via yamllint
pep8-naming==0.13.2 \
--hash=sha256:59e29e55c478db69cffbe14ab24b5bd2cd615c0413edf790d47d3fb7ba9a4e23 \
--hash=sha256:93eef62f525fd12a6f8c98f4dcc17fa70baae2f37fa1f73bec00e3e44392fa48
Expand Down Expand Up @@ -846,6 +850,7 @@ pyyaml==6.0 \
# -r requirements.in
# envoy-base-utils
# envoy-code-check
# yamllint
requests==2.26.0 \
--hash=sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24 \
--hash=sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7
Expand Down Expand Up @@ -987,6 +992,10 @@ verboselogs==1.7 \
wrapt==1.12.1 \
--hash=sha256:b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7
# via deprecated
yamllint==1.28.0 \
--hash=sha256:89bb5b5ac33b1ade059743cf227de73daa34d5e5a474b06a5e17fc16583b0cf2 \
--hash=sha256:9e3d8ddd16d0583214c5fdffe806c9344086721f107435f68bad990e5a88826b
# via envoy-code-check
yapf==0.32.0 \
--hash=sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32 \
--hash=sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b
Expand Down Expand Up @@ -1061,4 +1070,6 @@ yarl==1.8.1 \
setuptools==65.5.0 \
--hash=sha256:512e5536220e38146176efb833d4a62aa726b7bbff82cfbc8ba9eaa3996e0b17 \
--hash=sha256:f62ea9da9ed6289bfe868cd6845968a2c854d1427f8548d52cae02a42b4f0356
# via -r requirements.in
# via
# -r requirements.in
# yamllint