Skip to content

Fixed indent issues for existing advisories#1021

Closed
jasnow wants to merge 2 commits intorubysec:masterfrom
jasnow:ghsa-syncbot-2026-03-26-14_00_26
Closed

Fixed indent issues for existing advisories#1021
jasnow wants to merge 2 commits intorubysec:masterfrom
jasnow:ghsa-syncbot-2026-03-26-14_00_26

Conversation

@jasnow
Copy link
Copy Markdown
Contributor

@jasnow jasnow commented Mar 26, 2026

Fixed indent issues for existing advisories

  • 19 advisories
  • Shell script used to fix them:
for i in $(git grep -lE '^- |^  - http') ; do
   sed -e 's,^\- \",  - ",' \
       -e "s,^  - http,    - http," $i > /tmp/$$_i
   mv /tmp/$$_i $i
done

@jasnow
Copy link
Copy Markdown
Contributor Author

jasnow commented Mar 27, 2026

Add this change to PR#1022 so closing this PR.

@jasnow jasnow closed this Mar 27, 2026
@jasnow
Copy link
Copy Markdown
Contributor Author

jasnow commented Apr 2, 2026

PLAN

Reopening this PR - Suggest changing .yamlint.yml file from

  • "indent-sequences: consistent" to
  • " indent-sequences: true" in a separate commit.

@jasnow jasnow reopened this Apr 2, 2026
@jasnow
Copy link
Copy Markdown
Contributor Author

jasnow commented Apr 2, 2026

Changed my mind: Will do this on PR#1022:

Suggest changing .yamlint.yml file from
"indent-sequences: consistent" to
" indent-sequences: true" in a separate commit.

@jasnow jasnow closed this Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant