Browse Source

Fix yaml file format and clear ci errors

Signed-off-by: heyitao <heyitao@uniontech.com>
pull/13386/head
heyitao 8 months ago
parent
commit
c7ca85388f
  1. 1
      .golangci.yml
  2. 2
      .yamllint

1
.golangci.yml

@ -135,4 +135,3 @@ linters-settings:
- require-error - require-error
- suite-dont-use-pkg - suite-dont-use-pkg
- suite-extra-assert-call - suite-extra-assert-call

2
.yamllint

@ -1,5 +1,7 @@
--- ---
extends: default extends: default
ignore: |
ui/react-app/node_modules
rules: rules:
braces: braces:

Loading…
Cancel
Save