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

Add markdown linting #2284

Merged

Commits on Mar 2, 2024

  1. fix docs

    s-martin committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    eefc0fb View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. add markdown action

    s-martin committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    5fa1cd8 View commit details
    Browse the repository at this point in the history
  2. use different action

    s-martin committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3a89137 View commit details
    Browse the repository at this point in the history
  3. change linter

    s-martin committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    26a8833 View commit details
    Browse the repository at this point in the history
  4. add checkout

    s-martin committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    4ac2fef View commit details
    Browse the repository at this point in the history
  5. change globs

    s-martin committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    72061f5 View commit details
    Browse the repository at this point in the history
  6. change wildcard

    s-martin committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    6a6ba4b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    40e0daf View commit details
    Browse the repository at this point in the history
  2. fix ignore

    s-martin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    cfba369 View commit details
    Browse the repository at this point in the history
  3. comment ignore

    s-martin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    3c35885 View commit details
    Browse the repository at this point in the history
  4. change version

    s-martin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b636beb View commit details
    Browse the repository at this point in the history
  5. use master

    s-martin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d7cc895 View commit details
    Browse the repository at this point in the history
  6. new action used for linting

    s-martin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f8c2354 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Fix config

    s-martin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c8a4091 View commit details
    Browse the repository at this point in the history
  2. Remove ignore

    s-martin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c465379 View commit details
    Browse the repository at this point in the history
  3. Ignore docstring dir

    s-martin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4c80ad0 View commit details
    Browse the repository at this point in the history
  4. ignore GitHub

    s-martin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    619f61d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f86b9f3 View commit details
    Browse the repository at this point in the history
  6. use dot true

    s-martin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9daecd0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2299f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Use new action

    s-martin committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    1d3526a View commit details
    Browse the repository at this point in the history
  2. Fix continue-on-error

    s-martin committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    2909970 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary code

    s-martin committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    5b12457 View commit details
    Browse the repository at this point in the history
  4. Add markdownlint config

    s-martin committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    3db414e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f350c5f View commit details
    Browse the repository at this point in the history
  6. Use config file

    s-martin committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d5863d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Simplify globs

    s-martin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    ca3cc67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    932aa0f View commit details
    Browse the repository at this point in the history
  3. Ignore $ errors

    s-martin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    012867f View commit details
    Browse the repository at this point in the history
  4. Ignore src and .github

    s-martin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    4f07a15 View commit details
    Browse the repository at this point in the history
  5. Use only config file

    s-martin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e7f9ee8 View commit details
    Browse the repository at this point in the history
  6. Fix general glob

    s-martin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    49376f1 View commit details
    Browse the repository at this point in the history
  7. Ignore inline html

    s-martin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    8d62a9b View commit details
    Browse the repository at this point in the history
  8. Disable MD010

    s-martin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    501dc8c View commit details
    Browse the repository at this point in the history
  9. Fix language

    s-martin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    de411e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86a0cb4 View commit details
    Browse the repository at this point in the history
  11. fix warnings

    s-martin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    1b9c8dc View commit details
    Browse the repository at this point in the history
  12. fix a warning

    s-martin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    87c34e8 View commit details
    Browse the repository at this point in the history
  13. reduce ignore

    s-martin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    839b04e View commit details
    Browse the repository at this point in the history
  14. fix warnings

    s-martin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    2af901f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5b2f0be View commit details
    Browse the repository at this point in the history
  16. add runner script and hook

    s-martin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e1c7796 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    403d9c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe13663 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    e86a7da View commit details
    Browse the repository at this point in the history
  2. get rid of docker

    s-martin committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    93c98dc View commit details
    Browse the repository at this point in the history
  3. fix comments

    s-martin committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    afd4865 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. incorporate comments

    s-martin committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d5fd295 View commit details
    Browse the repository at this point in the history
  2. Update documentation/developers/documentation.md

    Co-authored-by: Alvin Schiller <[email protected]>
    s-martin and AlvinSchiller committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cc73108 View commit details
    Browse the repository at this point in the history
  3. check, if cmd does not exisr

    s-martin committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c23b4b6 View commit details
    Browse the repository at this point in the history