Skip to content

Commit 9c5227f

Browse files
authored
Merge pull request #195 from htmlhint/dev/coliff/readme-fix
2 parents 38c4db8 + 023c7b4 commit 9c5227f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/codeql-analysis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches: [ "main" ]
88
workflow_dispatch:
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
analyze:
1215
name: Analyze

.github/workflows/super-linter.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Lint Code Base
27-
uses: github/super-linter/slim@v6
27+
uses: super-linter/super-linter/slim@v6
2828
env:
2929
DEFAULT_BRANCH: main
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -34,7 +34,6 @@ jobs:
3434
LOG_LEVEL: NOTICE
3535
SUPPRESS_POSSUM: true
3636
VALIDATE_ALL_CODEBASE: false
37-
VALIDATE_CHECKOV: false
3837
VALIDATE_EDITORCONFIG: false
3938
VALIDATE_HTML: false
4039
VALIDATE_JSCPD: false

htmlhint/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ You can change settings globally (**File** > **Preferences** > **User Settings**
8787
Here's an example using the `htmlhint.documentSelector` and `htmlhint.options` settings:
8888

8989
```json
90-
"htmlhint.documentSelector: [
90+
"htmlhint.documentSelector": [
9191
"html",
9292
"htm",
9393
"twig"

0 commit comments

Comments
 (0)