Skip to content

Commit

Permalink
Merge pull request #195 from htmlhint/dev/coliff/readme-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed May 15, 2024
2 parents 38c4db8 + 023c7b4 commit 9c5227f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches: [ "main" ]
workflow_dispatch:

permissions:
contents: read

jobs:
analyze:
name: Analyze
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter/slim@v6
uses: super-linter/super-linter/slim@v6
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -34,7 +34,6 @@ jobs:
LOG_LEVEL: NOTICE
SUPPRESS_POSSUM: true
VALIDATE_ALL_CODEBASE: false
VALIDATE_CHECKOV: false
VALIDATE_EDITORCONFIG: false
VALIDATE_HTML: false
VALIDATE_JSCPD: false
Expand Down
2 changes: 1 addition & 1 deletion htmlhint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You can change settings globally (**File** > **Preferences** > **User Settings**
Here's an example using the `htmlhint.documentSelector` and `htmlhint.options` settings:

```json
"htmlhint.documentSelector: [
"htmlhint.documentSelector": [
"html",
"htm",
"twig"
Expand Down

0 comments on commit 9c5227f

Please sign in to comment.