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

.sync/SECURITY.md: Fix markdownlint errors #106

Merged

Conversation

makubacki
Copy link
Member

The following errors were raised in https://github.com/microsoft/mu
and resolved in this change:

  • SECURITY.md:11 MD012/no-multiple-blanks Multiple consecutive blank lines
    [Expected: 1; Actual: 2]
  • SECURITY.md:22:84 MD009/no-trailing-spaces Trailing spaces
    [Expected: 0 or 2; Actual: 1]
  • SECURITY.md:34 MD012/no-multiple-blanks Multiple consecutive blank lines
    [Expected: 1; Actual: 2]

Signed-off-by: Michael Kubacki [email protected]

The following errors were raised in https://github.com/microsoft/mu
and resolved in this change:

- SECURITY.md:11 MD012/no-multiple-blanks Multiple consecutive blank lines
  [Expected: 1; Actual: 2]
- SECURITY.md:22:84 MD009/no-trailing-spaces Trailing spaces
  [Expected: 0 or 2; Actual: 1]
- SECURITY.md:34 MD012/no-multiple-blanks Multiple consecutive blank lines
  [Expected: 1; Actual: 2]

Signed-off-by: Michael Kubacki <[email protected]>
@makubacki makubacki added the type:bug Something isn't working label Feb 2, 2023
@makubacki
Copy link
Member Author

Similar issues will be found in the future via #23

@makubacki makubacki merged commit 11af688 into microsoft:main Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants