ci: update canonical lint configs from org-wide rollout retrospective - #6
Closed
yshyn-iohk wants to merge 3 commits into
Closed
ci: update canonical lint configs from org-wide rollout retrospective#6yshyn-iohk wants to merge 3 commits into
yshyn-iohk wants to merge 3 commits into
Conversation
yshyn-iohk
force-pushed
the
ci/retrospective-update
branch
2 times, most recently
from
May 24, 2026 07:55
db538c3 to
0e458a5
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: db538c3397
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
yshyn-iohk
force-pushed
the
ci/retrospective-update
branch
from
May 24, 2026 08:31
0e458a5 to
273f51d
Compare
…tive
Retrospective after rolling out file hygiene to 15 repos. Promote
patterns that appeared in 5+ repos to the canonical baseline.
.editorconfig: add [*.{kt,kts}], [*.java] indent_size=4,
[*.md] indent_size=unset, [LICENSE] indent_size=unset
.markdownlint.yml: disable MD001/MD003/MD004/MD005/MD007/MD024/MD026/
MD029/MD034/MD036/MD040/MD041/MD051/MD059/MD060
.yamllint.yml: add document-start disable, brackets/braces relaxed,
comments spacing, indentation consistent, empty-lines max-end:1
.markdownlint-cli2.yaml: add canonical ignore patterns
scripts/check-file-hygiene.py: add .markdownlint-cli2.yaml to checks
Refs: hyperledger-identus/hyperledger-identus#172
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
…ING.md Markdownlint auto-fix: trailing spaces, blank lines around headings/ lists/fences, multiple blank lines. Manual fixes: - Add missing 3rd column to label table in CONTRIBUTING.md - Restore correct numbering (5-9) in SECURITY.md process list Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
yshyn-iohk
force-pushed
the
ci/retrospective-update
branch
from
May 24, 2026 08:45
273f51d to
7ad58fd
Compare
Contributor
Author
|
Commits pushed directly to main to preserve 3-commit structure and correct Commits on main:
|
|
12 tasks
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
Retrospective update to canonical lint templates after completing file hygiene rollout to 15 repos in the org (#172).
1. Canonical config updates (based on patterns from 15 repos)
.editorconfig— new sections:[*.{kt,kts}]indent_size=4 (Kotlin)[*.java]indent_size=4[*.md]indent_size=unset (9 repos needed)[LICENSE]indent_size=unset (7 repos needed).markdownlint.yml— rules disabled in 5+ repos promoted to baseline:.yamllint.yml— rules added in 7+ repos promoted to baseline:.markdownlint-cli2.yaml— new canonical file with standard ignoresscripts/check-file-hygiene.py— added.markdownlint-cli2.yamlto checked files2. Style fixes (4 files)
3.
.git-blame-ignore-revsTest plan
Refs: hyperledger-identus/hyperledger-identus#172
🤖 Generated with Claude Code