Skip to content

[fix] fix the problem of vertial ultra vires when only open the conso… #3332

[fix] fix the problem of vertial ultra vires when only open the conso…

[fix] fix the problem of vertial ultra vires when only open the conso… #3332

Workflow file for this run

name: golangci-lint
on: [ push, pull_request ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.55.2
args: --timeout=5m --skip-dirs='api,test,.*/controller/(v3|v4)$,.*/bootstrap$,examples,integration' --enable gofmt,revive,gocyclo,goimports --skip-files=.*_test.go$