Skip to content

Commit e4f74cb

Browse files
nvuillammegalinter-bot
authored andcommitted
[MegaLinter] Apply linters fixes
1 parent 0aeb4e2 commit e4f74cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

skills/megalinter-fix/linters/html_djlint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Rules index: <https://djlint.com/docs/linter/>
1010
- Rules configuration: <https://djlint.com/docs/configuration/>
1111
- How to disable rules inline: <https://djlint.com/docs/ignoring-code/>
12-
- Error line format (regex): `[A-Z][0-9]{3} `
12+
- Error line format (regex): `[A-Z][0-9]{3}`
1313
- MegaLinter tuning variables (in `.mega-linter.yml`):
1414
- `DISABLE_LINTERS`: add `HTML_DJLINT` to fully disable this linter
1515
- `HTML_DJLINT_DISABLE_ERRORS: true`: keep the linter active but non-blocking

skills/megalinter-fix/linters/terraform_tofu_validate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Auto-fix support: no (errors must be fixed manually)
99
- Rules index: <https://opentofu.org/docs/cli/commands/validate/>
1010
- How to disable rules inline: <https://opentofu.org/docs/language/expressions/custom-conditions/>
11-
- Error line format (regex): `Error: `
11+
- Error line format (regex): `Error:`
1212
- MegaLinter tuning variables (in `.mega-linter.yml`):
1313
- `DISABLE_LINTERS`: add `TERRAFORM_TOFU_VALIDATE` to fully disable this linter
1414
- `TERRAFORM_TOFU_VALIDATE_DISABLE_ERRORS: true`: keep the linter active but non-blocking

0 commit comments

Comments
 (0)