Skip to content

Commit f808ffd

Browse files
author
Kanan Mehta
committed
chore: exclude flag from linter
1 parent 9b06646 commit f808ffd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/aks-preview/linter_exclusions.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,9 @@ aks nodepool add:
420420
enable_artifact_streaming:
421421
rule_exclusions:
422422
- option_length_too_long
423+
disable_artifact_streaming:
424+
rule_exclusions:
425+
- option_length_too_long
423426
skip_gpu_driver_install:
424427
rule_exclusions:
425428
- option_length_too_long
@@ -437,6 +440,9 @@ aks nodepool update:
437440
enable_artifact_streaming:
438441
rule_exclusions:
439442
- option_length_too_long
443+
disable_artifact_streaming:
444+
rule_exclusions:
445+
- option_length_too_long
440446
enable_secure_boot:
441447
rule_exclusions:
442448
- option_length_too_long

0 commit comments

Comments
 (0)