Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Hyperlink Linter Improvements Tracker #94

Open
1 of 7 tasks
patrick-5546 opened this issue Nov 5, 2022 · 0 comments
Open
1 of 7 tasks

Hyperlink Linter Improvements Tracker #94

patrick-5546 opened this issue Nov 5, 2022 · 0 comments
Assignees
Labels
docs Improvements or additions to documentation infrastructure tasklist Issue tracker

Comments

@patrick-5546
Copy link
Member

patrick-5546 commented Nov 5, 2022

Purpose

Track all issues related to improving the hyperlink linter in one place

To Do

Notes

  • If you want to test the linter locally, copy the lint_links.py file to the root directory of the project and run it there. Remember to not commit the file in the root directory and put all your final changes in the file in the actions folder!
  • You will need to be familiar with regular expressions to develop this linter. Refer to the resources below.
  • You will be interested in the follow for these issues:
    • These files
    • The following lines in lint.yml:
      markdown-link-redirection-check:
      runs-on: ubuntu-latest
      steps:
      - name: Check out code
      uses: actions/checkout@v2
      - uses: actions/checkout@v3
      - name: Set up Python 3.10
      uses: actions/setup-python@v2
      with:
      python-version: "3.10"
      - name: Check links to external sites redirect to a new tab
      uses: ./.github/actions/lint/

Resources

@patrick-5546 patrick-5546 moved this to Backlog in SOFT Project Nov 5, 2022
@patrick-5546 patrick-5546 added the tasklist Issue tracker label Jan 13, 2023
@patrick-5546 patrick-5546 pinned this issue Jan 13, 2023
@patrick-5546 patrick-5546 unpinned this issue Jan 13, 2023
@patrick-5546 patrick-5546 pinned this issue Mar 4, 2023
@patrick-5546 patrick-5546 added the docs Improvements or additions to documentation label Mar 10, 2024
@patrick-5546 patrick-5546 removed the docs Improvements or additions to documentation label Mar 19, 2024
@patrick-5546 patrick-5546 added the docs Improvements or additions to documentation label May 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
docs Improvements or additions to documentation infrastructure tasklist Issue tracker
Projects
Status: Backlog
Development

No branches or pull requests

2 participants