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

Fixes formatting error in the rules.md table #206

Merged
merged 2 commits into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. Fixes formatting error in the rules.md table

    The content after the rule `invalid_runtime_check_with_js_interop_types` was not formatted in a table due to syntax error
    lenzpaul authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    74f06fe View commit details
    Browse the repository at this point in the history
  2. Fix multiline descriptions formatting in markdown generation

    - Updated the `_createRuleTableRow` function to properly handle multiline descriptions by replacing line breaks with spaces
    - Trimmed leading/trailing whitespace and reduced consecutive spaces to a single space
    - This ensures that the generated markdown table rows in rules.md are correctly formatted, preventing description content from breaking across lines or having inconsistent spacing
    lenzpaul committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e32d7e2 View commit details
    Browse the repository at this point in the history