-
-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Change Twitter to X - Add example violation for doctype-html5 - Typo fixes - HTTPS some links - Add Spellcheck GitHub Action
- Loading branch information
Showing
10 changed files
with
90 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"version": "0.2", | ||
"words": [ | ||
"adcontainer", | ||
"atitle", | ||
"attrname", | ||
"attrvalue", | ||
"bgsound", | ||
"blabla", | ||
"blankspace", | ||
"checkstyle", | ||
"clsx", | ||
"codecov", | ||
"codeql", | ||
"commitlint", | ||
"enochian", | ||
"extlang", | ||
"guoyu", | ||
"hjid", | ||
"hjsv", | ||
"Hotjar", | ||
"htmlhint", | ||
"htmlhintrc", | ||
"htmlparser", | ||
"Infima", | ||
"invision", | ||
"langtag", | ||
"mingo", | ||
"nocolor", | ||
"nodir", | ||
"nomix", | ||
"onttt", | ||
"opencollective", | ||
"ruleid", | ||
"rulesdir", | ||
"ruleset", | ||
"selfclosing", | ||
"sometag", | ||
"specialchars", | ||
"stylelint", | ||
"svgr", | ||
"tagend", | ||
"tagname", | ||
"tagstart", | ||
"testhref", | ||
"testtitle", | ||
"uffff", | ||
"unmin", | ||
"xiang", | ||
"Yanis" | ||
], | ||
"language": "en,en-US", | ||
"ignorePaths": [ | ||
".cspell.json" | ||
], | ||
"useGitignore": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: "Check spelling" | ||
on: | ||
push: | ||
branches: [main] | ||
pull_request: | ||
branches: [main] | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
spellcheck: | ||
runs-on: ubuntu-latest | ||
if: ${{ github.actor != 'dependabot[bot]' }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: streetsidesoftware/cspell-action@v6 | ||
with: | ||
check_dot_files: false | ||
incremental_files_only: true | ||
inline: warning | ||
strict: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,5 @@ CHANGELOG.md | |
|
||
# Report created by test | ||
report.html | ||
|
||
CODEOWNERS |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ First, thank you for considering contributing to HTMLHint! It's people like you | |
We welcome any type of contribution, not only code. You can help with | ||
|
||
- **QA**: file bug reports, the more details you can give the better (e.g. screenshots with the console open) | ||
- **Marketing**: writing blog posts, howto's, printing stickers, ... | ||
- **Marketing**: writing blog posts, how-to's, printing stickers, ... | ||
- **Community**: presenting the project at meetups, organizing a dedicated meetup for the local community, ... | ||
- **Code**: take a look at the [open issues](https://github.com/thedaviddias/HTMLHint/issues). Even if you can't write code, commenting on them, showing that you care about a given issue matters. It helps us triage them. | ||
|
||
|
@@ -26,7 +26,7 @@ It is also always helpful to have some context for your pull request. What was t | |
|
||
## Questions | ||
|
||
If you have any questions, create an [issue](issue) (protip: do a quick search first to see if someone else didn't ask the same question before!). | ||
If you have any questions, create an [issue](issue) (ProTip: do a quick search first to see if someone else didn't ask the same question before!). | ||
You can also reach us at [email protected]. | ||
|
||
<!-- This `CONTRIBUTING.md` is based on @nayafia's template https://github.com/nayafia/contributing-template --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters