docs(governance): enforce linked issue policy - #130
Merged
Conversation
Signed-off-by: Srikanth Patchava <srikanth.patchava@outlook.com>
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.
Summary
92cb596c773496ec4df76717e8acf0e6b7700f73docs/wiki/Validation
python -c "import yaml, pathlib; ...": passed; workflow parsed and both policy references equal92cb596c773496ec4df76717e8acf0e6b7700f73973e19e043e049f08a278caf3bdfbeb4e6ef2584for both files)docs/wiki/contains exactly six filesnpx --yes markdownlint-cli2 --config C:\Users\spatchava\Desktop\task40-tooling-rollout\ebuild\markdownlint-rollout.jsonc AGENTS.md .github/PULL_REQUEST_TEMPLATE.md docs/wiki/*.md: passed, 8 files, 0 errors; disabled only line length, inline HTML, emphasis-as-heading, first-H1, table-style, and continued-numbering rules to preserve published Wiki text and existing template/agent structuregit diff --cached --check: passedpython -m pytest tests/unit/test_ci_gate.py tests/unit/test_documented_commands_exist.py -v --tb=short: 18 passed92cb596c773496ec4df76717e8acf0e6b7700f73: 18 passedBaseline blockers
python -m pytest tests/ -q --tb=short: 9 failed, 664 passed, 8 skipped. All nine failures are intests/unit/test_index_sync.pybecausePackageRecipe.to_dictis absent. The untouched8b623d5786b5f841823f92a5506269f1e155a0f1baseline reproduces the same nine failures (9 failed, 13 passed for that file).python -m ruff check .: four findings in unchanged test files (F811, W292, and two E402 findings). The untouched baseline reproduces the same four findings.yamllintis not installed in the environment; YAML was validated with PyYAML instead.Fixes #129