Skip to content

Commit 261812f

Browse files
authored
Disable biome validation rules in super-linter
Disable biome format and lint validation in linter config
1 parent 21e1a6f commit 261812f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/super-linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
LOG_LEVEL: NOTICE
4141
SUPPRESS_POSSUM: true
4242
VALIDATE_ALL_CODEBASE: false
43+
VALIDATE_BIOME_FORMAT: false
44+
VALIDATE_BIOME_LINT: false
4345
VALIDATE_BASH: false
4446
VALIDATE_CHECKOV: false
4547
VALIDATE_CSS: false

0 commit comments

Comments
 (0)