Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"checkstyle",
"Clinear",
"clsx",
"codecov",
"CODEOWNERS",
"codeql",
"coliff",
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,3 @@ jobs:
timeout_minutes: 20
max_attempts: 3
command: npm run test

- name: Run coverage
if: matrix.node == '20' && matrix.os == 'ubuntu-latest'
uses: nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
with:
timeout_minutes: 20
max_attempts: 3
command: npm run test:coverage

- name: ⬆️ Upload coverage to Codecov
if: matrix.node == '20' && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
with:
files: ./coverage/coverage-final.json
name: codecov-dev
token: ${{ secrets.CODECOV_TOKEN }}
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
<a href="https://www.npmjs.com/package/htmlhint">
<img src="https://img.shields.io/npm/v/htmlhint" alt="npm Version">
</a>
<a href="https://codecov.io/gh/htmlhint/HTMLHint">
<img src="https://codecov.io/gh/htmlhint/HTMLHint/branch/main/graph/badge.svg" alt="Codecov">
</a>
<a href="https://www.bestpractices.dev/projects/6697">
<img src="https://www.bestpractices.dev/projects/6697/badge" alt="Open Source Security Foundation (OpenSSF) best practices: Passing">
</a>
Expand Down
23 changes: 0 additions & 23 deletions codecov.yml

This file was deleted.

8 changes: 4 additions & 4 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"stylelint": "npx stylelint@latest \"src/*.css\" --fix -f verbose"
},
"dependencies": {
"@astrojs/starlight": "^0.37.5",
"@astrojs/starlight": "^0.37.6",
"astro": "^5.17.1",
"sharp": "^0.34.5",
"starlight-llms-txt": "^0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Badge } from '@astrojs/starlight/components'

## 1.8.1 _(2026-02-06)_

- <Badge text="Fix" size="small" variant="danger" /> Improve `attr-lowercase` rule to handle SVG attributes
- <Badge text="Fix" size="small" variant="danger" /> Improve [`attr-lowercase`](https://htmlhint.com/rules/attr-lowercase/) rule to handle SVG attributes

## 1.8.0 _(2025-11-25)_

Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/rules/main-require.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Level: <Badge text="Warning" variant="caution" />

### Why this rule is important

This rule ensures that the document has a clear and accessible structure, which is important for both users and screen readers.
This rule helps ensure that the document has a clear and accessible structure, which is important for both users and screen readers.

Further reading: [Axe Rules - landmark-one-main](https://dequeuniversity.com/rules/axe/4.9/landmark-one-main)