Skip to content

Commit e2ced4c

Browse files
committed
HDDS-10684.Added a rule in .yamllint.yml to ignore static/recon-api.yaml to resolve linting erros
1 parent 6cdb325 commit e2ced4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
ignore:
2121
- pnpm-lock.yaml
2222
- node_modules
23-
- static/recon-api.yaml
23+
- "**/recon-api.yaml"
2424

2525
rules:
2626
anchors: enable

0 commit comments

Comments
 (0)