tools: do not hardcode yamllint path - #65747
Open
aduh95 wants to merge 2 commits into
Open
Conversation
Allows user to get `yamlllint` from other source than Pip (e.g. Nix). Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
This comment was marked as outdated.
This comment was marked as outdated.
Contributor
Changelog@@ -853,0 +854,4 @@
+/nix/store/bjj2cb6caah2078q1bk4j8s7cvq95hzc-libyaml-0.2.5 (aarch64-darwin)
+/nix/store/i0nisf5slgb63g70cdpgpgiy555323dh-libyaml-0.2.5 (aarch64-linux)
+/nix/store/wdrrh2il7fnkin0c0n3jgdc32bihnph9-libyaml-0.2.5 (x86_64-darwin)
+/nix/store/r00l9hf8pvxc4yn3i624f99qyx3vsa9f-libyaml-0.2.5 (x86_64-linux)
@@ -1506,0 +1511,4 @@
+/nix/store/j715cvmzy32wy437621qvkcjfs5knp5c-python3.13-pathspec-1.0.4 (x86_64-darwin)
+/nix/store/4ki16hvm3d4zk4dpfi8qh1w8c8vvx5v4-python3.13-pyyaml-6.0.3 (x86_64-darwin)
+/nix/store/1mk6npxf8qlbpl5bpjd67xr31gls7adc-python3.13-yamllint-1.37.1 (x86_64-darwin)
+/nix/store/cjapzxdfwbk6x7sx24xjn3mxziqhl5fm-python3.13-yamllint-1.37.1-dist (x86_64-darwin)
@@ -1509,0 +1518,12 @@
+/nix/store/s27nwyhw59bc9n3lhlakn48pv6p50k67-python3.14-pathspec-1.1.1 (aarch64-darwin)
+/nix/store/kbgg1nfgl4wks2jdcm24g6bm7216hr8y-python3.14-pathspec-1.1.1 (aarch64-linux)
+/nix/store/p678v5a08jklyvvryz8s6g5n3pf90zs7-python3.14-pathspec-1.1.1 (x86_64-linux)
+/nix/store/dnfz9pyv9icrg3c8a8hpvxh5p0cw2k57-python3.14-pyyaml-6.0.3 (aarch64-darwin)
+/nix/store/hxjy4wxw60n3l3qan91b55fpb7p6dswg-python3.14-pyyaml-6.0.3 (aarch64-linux)
+/nix/store/xg127x7yvb0167539r0jswzg11hglxzb-python3.14-pyyaml-6.0.3 (x86_64-linux)
+/nix/store/f36awlm0ddvvvhb0sc17866fwqc22nzs-python3.14-yamllint-1.37.1 (aarch64-darwin)
+/nix/store/pf4f0ckn1kmlzys4xx02i0khr3piwby4-python3.14-yamllint-1.37.1 (aarch64-linux)
+/nix/store/jbhfmxfgpmnzf2b32i8cdiwlzir6nxw8-python3.14-yamllint-1.37.1 (x86_64-linux)
+/nix/store/irbfvpps45945xnwvx56gwhg9r415ziq-python3.14-yamllint-1.37.1-dist (aarch64-darwin)
+/nix/store/vwcv00y1sxx2v81cydsxx0jqk71y8jng-python3.14-yamllint-1.37.1-dist (aarch64-linux)
+/nix/store/734n3rgcg22kxg3vvjrsznh155y5nk3g-python3.14-yamllint-1.37.1-dist (x86_64-linux) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #65747 +/- ##
==========================================
+ Coverage 89.98% 90.00% +0.02%
==========================================
Files 757 757
Lines 257731 257731
Branches 48877 48876 -1
==========================================
+ Hits 231918 231976 +58
+ Misses 16893 16849 -44
+ Partials 8920 8906 -14 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Similar to #65681 for YAML linting.