Skip to content

Bump super-linter/super-linter from 7 to 8 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 21, 2025
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
13 changes: 11 additions & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"version": "0.2",
"words": ["dbaeumer", "fediverse", "Merbivore"],
"words": [
"dbaeumer",
"fediverse",
"Merbivore",
"Monokai"
],
"allowCompoundWords": true,
"language": "en,en-US",
"ignorePaths": ["*.css", ".cspell.json", "*.min.*"],
"ignorePaths": [
"*.css",
".cspell.json",
"*.min.*"
],
"useGitignore": true
}
14 changes: 14 additions & 0 deletions .cursor/rules/general.mdc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
alwaysApply: true
---

# General Rules

- All code and comments should be in US English.
- All code should be formatted with Prettier.
- Use ESLint v8.57.1 to check for JavaScript errors.
- Node v22 is used for development.
- Use Bootstrap v5.3.7 for styling.
- Use latest Astro for building the website.
- Locally host JS/CSS - don't use third-party CDNs.
- All HTML must be accessible.
8 changes: 6 additions & 2 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
- This projects is for HTMLHint Playround, a tool for testing HTMLHint rules.
- All code and comments should be in US English.
- All code should be formatted with Prettier.
- Use ESLint to check for JavaScript errors.
- Node v20 is used for development.
- Use ESLint v8.57.1 to check for JavaScript errors.
- Node v22 is used for development.
- Use Bootstrap v5.3.0 for styling.
- Use latest Astro for building the website.
- Locally host JS/CSS - don't use third-party CDNs.
- All HTML must be accessible.
3 changes: 1 addition & 2 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Super-linter
uses: super-linter/super-linter/slim@v7
uses: super-linter/super-linter/slim@v8
env:
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: "/test/"
Expand All @@ -47,7 +47,6 @@ jobs:
VALIDATE_HTML_PRETTIER: false
VALIDATE_JAVASCRIPT_ES: false
VALIDATE_JAVASCRIPT_PRETTIER: false
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_JSCPD: false
VALIDATE_NATURAL_LANGUAGE: false
Loading