Skip to content

Commit

Permalink
exclude CSS and HTML linting
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Dec 5, 2024
1 parent f028ebe commit c0de494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
# set pylint-version to empty string to skip the pylint workflow
pylint-version: ''
BASH_SEVERITY: 'warning'
VALIDATE_JSON: false
VALIDATE_JSON: false
VALIDATE_HTML: false
VALIDATE_CSS: false
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
]
}

0 comments on commit c0de494

Please sign in to comment.