-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
785a157
commit 3b6fd0d
Showing
2 changed files
with
32 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# DO NOT EDIT | ||
# | ||
# This wil will be auto-updated by checkdeps to match the version in | ||
# extraction-makeworld/configs/checkdeps/standard-lint.yml | ||
# | ||
# If you NEED to have custom lint rules for a paticular repository you can change the name | ||
# of this file make your updates. Then change the lint target in the Makefile to reference your | ||
# custom file. | ||
# | ||
# If we need to update this config to add new linters, get rid of deprecated linters, etc. You can just make | ||
# the change in makeworld and then it will propogate to all repos using this file as developers run | ||
# checkdeps --fix in those repos. | ||
|
||
run: | ||
timeout: 5m | ||
linters: | ||
disable-all: true | ||
enable: | ||
- staticcheck | ||
- unused | ||
- gofmt | ||
- goimports | ||
- govet | ||
- errcheck | ||
- gosimple | ||
- ineffassign | ||
- typecheck | ||
- gosec | ||
linters-settings: | ||
goimports: | ||
local-prefixes: github.com/lindenlab |
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