{,scripts/}Makefile:
- Remove gometalinter, install golangci-lint.
- Remove distinction between tools and devtools.
Just tools is enough.
- test_lint -> lint
Migrating away from underscore separated names.
- Remove unnecessary targets.
- Drop tendermint/lint. Incompatbile with golangci-lint
and no longer necessary anyway.
- Fix misleading message in go-mod-cache.
- New ci-target to avoid download tools twice.
- Run tests with -mod=readonly.
Port tools/gometalinter.json to .golangci.yml
Update CircleCI config accordingly.
Closes: #3896
48 lines
424 B
Plaintext
48 lines
424 B
Plaintext
# OS
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*.swl
|
|
*.swm
|
|
*.swn
|
|
.vscode
|
|
.idea
|
|
|
|
# Build
|
|
vendor
|
|
build
|
|
tools/bin/*
|
|
examples/build/*
|
|
docs/_build
|
|
docs/tutorial
|
|
dist
|
|
tools-stamp
|
|
|
|
# Data - ideally these don't exist
|
|
baseapp/data/*
|
|
client/lcd/keys/*
|
|
client/lcd/statik/statik.go
|
|
mytestnet
|
|
|
|
# Testing
|
|
coverage.txt
|
|
profile.out
|
|
|
|
# Vagrant
|
|
.vagrant/
|
|
*.box
|
|
*.log
|
|
vagrant
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
|
|
# Graphviz
|
|
dependency-graph.png
|
|
|
|
# Latex
|
|
*.aux
|
|
*.out
|
|
*.synctex.gz
|