Skip to content

fix(teo): [121984219]modify rulue engine doc #3151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ linters:
enable:
- errcheck
- gofmt
- gosimple
# - gosimple
- ineffassign
- misspell
- staticcheck
Expand All @@ -25,10 +25,19 @@ linters-settings:
exclude-functions: github.com/hashicorp/terraform-plugin-sdk/helper/schema:ForceNew|Set,fmt:.*,io:Close

run:
skip-dirs:
- vendor
skip-files:
- ".*_test.go"
# change
cache: true
cache-ttl: 8760h

modules-download-mode: vendor

timeout: 60m
# The default concurrency value is the number of available CPU.
concurrency: 4
# Allow multiple parallel golangci-lint instances running.
# If false (default) - golangci-lint acquires file lock on start.
allow-parallel-runners: true
allow-parallel-runners: true
Loading