Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerbxyz committed May 21, 2024
1 parent 5657291 commit 6e96c79
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MD024: # Multiple headings with the same content
siblings_only: true # Only check sibling headings
2 changes: 1 addition & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
# Configuration file for MegaLinter
# See all available variables at https://megalinter.io/latest/configuration/ and in linters documentation

Expand All @@ -10,5 +9,6 @@ DISABLE_LINTERS:
- PYTHON_ISORT
- PYTHON_PYRIGHT
- PYTHON_PYLINT
- MARKDOWN_MARKDOWN_LINK_CHECK # Disabled in favor of lychee

SHOW_ELAPSED_TIME: true
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.3.1"
".": "2.3.1"
}
14 changes: 14 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
############################# Cache ###############################

# Enable link caching to avoid checking the same links on multiple runs.
cache = true

############################# Requests ############################

# When links are available using HTTPS, treat HTTP links as errors.
require_https = true

############################# Exclusions ##########################

# Exclude version comparison link.
exclude = ['https:\/\/github\.com\/.+\/.+\/compare\/v.+\.\.\.v.+']

0 comments on commit 6e96c79

Please sign in to comment.