Skip to content

Commit

Permalink
Disable Markdown link check in linter configuration and update README…
Browse files Browse the repository at this point in the history
… to prevent link check for the local application URL
  • Loading branch information
sudeepkunhis committed Dec 11, 2024
1 parent d8dba8a commit e9fa4d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ DISABLE_LINTERS:
- REPOSITORY_DEVSKIM
- REPOSITORY_TRUFFLEHOG
- REPOSITORY_GIT_DIFF
- MARKDOWN_MARKDOWN_LINK_CHECK

# Ignore below infrastructure-specific linters not needed for this type of repo
- REPOSITORY_KICS
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ make docker-compose-up

### View the local application

<!-- markdown-link-check-disable-next-line -->
- Navigate to [http://localhost:5010/docs](http://localhost:5010/docs) to view the FastAPI application
- View the API endpoints available and test to see the response

Expand Down

0 comments on commit e9fa4d7

Please sign in to comment.