-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* finalize v1alpha3 * review fixes * review fixes
- Loading branch information
1 parent
e99ddcf
commit 7cdee0d
Showing
75 changed files
with
2,065 additions
and
1,466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
.git | ||
.github | ||
.vscode | ||
_artifacts | ||
bin/ | ||
config/ | ||
hack/ | ||
docs/ | ||
examples/ | ||
templates/ | ||
tmp | ||
scripts/ | ||
**/.md | ||
tilt-provider.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,28 @@ | ||
linters: | ||
enable: | ||
- golint | ||
- govet | ||
- gofmt | ||
- structcheck | ||
- varcheck | ||
- interfacer | ||
- unconvert | ||
- ineffassign | ||
- goconst | ||
- misspell | ||
- nakedret | ||
- prealloc | ||
- deadcode | ||
disable-all: true | ||
enable-all: true | ||
disable: | ||
- dupl | ||
- funlen | ||
- gochecknoglobals | ||
- gochecknoinits | ||
- lll | ||
- maligned | ||
- godox | ||
- wsl | ||
- whitespace | ||
- gocognit | ||
- gomnd | ||
# Run with --fast=false for more extensive checks | ||
fast: true | ||
issue: | ||
issues: | ||
max-same-issues: 0 | ||
max-per-linter: 0 | ||
# List of regexps of issue texts to exclude, empty list by default. | ||
exclude: | ||
- Using the variable on range scope `(tc)|(rt)|(tt)|(test)|(testcase)|(testCase)` in function literal | ||
- "G108: Profiling endpoint is automatically exposed on /debug/pprof" | ||
run: | ||
deadline: 4m | ||
timeout: 6m | ||
skip-files: | ||
- "zz_generated.*\\.go$" | ||
- ".*_mock\\.go" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.