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

Markdown linter #1309

Merged
merged 19 commits into from
Sep 4, 2023
Merged

Markdown linter #1309

merged 19 commits into from
Sep 4, 2023

Commits on Aug 30, 2023

  1. Add markdown linting

    - add linter default rules
    - adapt rules to current code
    - fix the code for linting to pass
    - add CI check
    
    fix #1243
    chevdor committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b342237 View commit details
    Browse the repository at this point in the history
  2. Fix markdown for Substrate

    chevdor committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    07a4709 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51acb99 View commit details
    Browse the repository at this point in the history
  4. Fix tooling install

    chevdor committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    80087cb View commit details
    Browse the repository at this point in the history
  5. Fix workflow

    chevdor committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3acca46 View commit details
    Browse the repository at this point in the history
  6. Add documentation

    chevdor committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    931a154 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    84b6f4b View commit details
    Browse the repository at this point in the history
  2. Remove trailing spaces

    chevdor committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e6e4517 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f37c7fb View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    0ed3cf6 View commit details
    Browse the repository at this point in the history
  2. Update .github/.markdownlint.yaml

    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    chevdor and ggwpez authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    129fb70 View commit details
    Browse the repository at this point in the history
  3. Fix mangled markdown/lists

    chevdor committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    95e69ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb2ec36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    209c238 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3667b7 View commit details
    Browse the repository at this point in the history
  7. fmt

    chevdor committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f17ed0b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    35dfa43 View commit details
    Browse the repository at this point in the history
  2. Fix test

    chevdor committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    84c5687 View commit details
    Browse the repository at this point in the history
  3. More tests fixes

    chevdor committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7e90e7f View commit details
    Browse the repository at this point in the history