Skip to content

Commit c3c27cc

Browse files
authored
Merge pull request #36 from htmlhint/dev/coliff/config-update
Update htmlhint to 1.7.0 and improve config
2 parents 4c56589 + 51cc207 commit c3c27cc

File tree

8 files changed

+26
-16
lines changed

8 files changed

+26
-16
lines changed

.cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"version": "0.2",
33
"words": [
4+
"coliff",
45
"dbaeumer",
56
"fediverse",
67
"Merbivore",

.github/dependabot.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
version: 2
22
updates:
33
- package-ecosystem: npm
4-
directory: "/"
4+
directory: '/'
55
schedule:
66
interval: monthly
77
versioning-strategy: increase
88
groups:
99
dependencies:
1010
applies-to: version-updates
1111
patterns:
12-
- "*"
12+
- '*'
1313
update-types:
14-
- "minor"
15-
- "patch"
14+
- 'minor'
15+
- 'patch'
1616
- package-ecosystem: github-actions
17-
directory: "/"
17+
directory: '/'
1818
schedule:
19-
interval: weekly
19+
interval: monthly
20+
groups:
21+
dependencies:
22+
applies-to: version-updates
23+
patterns:
24+
- '*'
25+
update-types:
26+
- 'minor'
27+
- 'patch'

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
30+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
3131
with:
3232
languages: 'javascript'
3333
queries: +security-and-quality
3434

3535
- name: Perform CodeQL Analysis
36-
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
36+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: Super-linter
33-
uses: super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0.1.0
33+
uses: super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0
3434
env:
3535
DEFAULT_BRANCH: main
3636
FILTER_REGEX_EXCLUDE: '/test/'

.htmlhintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"button-type-require": true,
1313
"doctype-first": false,
1414
"doctype-html5": true,
15+
"form-method-require": true,
1516
"head-script-disabled": false,
1617
"h1-require": true,
1718
"html-lang-require": true,
@@ -20,6 +21,7 @@
2021
"inline-script-disabled": false,
2122
"inline-style-disabled": false,
2223
"input-requires-label": false,
24+
"link-rel-canonical-require": true,
2325
"main-require": true,
2426
"meta-charset-require": true,
2527
"meta-description-require": true,

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
lockfile-version = 3
21
registry = 'https://registry.npmjs.org/'

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ace-builds": "^1.35.0",
3434
"astro": "^5.13.5",
3535
"bootstrap": "^5.3.8",
36-
"htmlhint": "^1.6.3"
36+
"htmlhint": "^1.7.0"
3737
},
3838
"devDependencies": {
3939
"@astrojs/check": "^0.9.4",

0 commit comments

Comments
 (0)